Commit 4ae65e53 authored by smorlat's avatar smorlat
Browse files

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
parent a49e1e4b
No related merge requests found
Showing 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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment