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:
smorlat 2009-04-02 16:19:15 +00:00
parent a49e1e4bf3
commit 4ae65e53bf
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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: