Changeset 398:6f9864b5156c in mediastreamer2


Ignore:
Timestamp:
Apr 2, 2009 6:19:15 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

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

Location:
linphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/main.c

    r380 r398  
    894894 
    895895int main(int argc, char *argv[]){ 
     896#ifdef ENABLE_NLS 
    896897        void *p; 
     898#endif 
    897899        const char *config_file; 
    898900        const char *lang; 
  • linphone/mediastreamer2/src/pixconv.c

    r205 r398  
    2828 
    2929extern void ms_ffmpeg_check_init(); 
    30  
    31 #ifndef PIX_FMT_YUYV422 
    32 #define PIX_FMT_YUYV422 PIX_FMT_YUV422 
    33 #endif 
    3430 
    3531int ms_pix_fmt_to_ffmpeg(MSPixFmt fmt){ 
Note: See TracChangeset for help on using the changeset viewer.