mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix warning
fix compilation error with lastest ffmpeg git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@401 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
a49e1e4bf3
commit
4ae65e53bf
2 changed files with 2 additions and 4 deletions
|
|
@ -893,7 +893,9 @@ void linphone_gtk_log_handler(OrtpLogLevel lev, const char *fmt, va_list args){
|
|||
}
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
#ifdef ENABLE_NLS
|
||||
void *p;
|
||||
#endif
|
||||
const char *config_file;
|
||||
const char *lang;
|
||||
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
extern void ms_ffmpeg_check_init();
|
||||
|
||||
#ifndef PIX_FMT_YUYV422
|
||||
#define PIX_FMT_YUYV422 PIX_FMT_YUV422
|
||||
#endif
|
||||
|
||||
int ms_pix_fmt_to_ffmpeg(MSPixFmt fmt){
|
||||
switch(fmt){
|
||||
case MS_RGB24:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue