New submission from Arieh Skliarouk <[EMAIL PROTECTED]>: I tried to compile SVN of ffmpeg:
# svn update Fetching external item into 'libswscale' External at revision 24593. At revision 10550. # ./configure --enable-libamr-nb --enable-libamr-wb --enable-libogg --enable-libvorbis --enable-libmp3lame --enable-liba52 --enable-gpl --enable-memalign-hack ... # make ... make[1]: Entering directory `/root/ffmpeg/ffmpeg/libavformat' gcc -I"/root/ffmpeg/ffmpeg"/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I"/root/ffmpeg/ffmpeg" -I"/root/ffmpeg/ffmpeg" -I"/root/ffmpeg/ffmpeg"/libavutil -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -O3 -c -o http.o http.c http.c: In function ‘http_connect’: http.c:221: error: too many arguments to function ‘av_base64_encode’ make[1]: *** [http.o] Error 1 make[1]: Leaving directory `/root/ffmpeg/ffmpeg/libavformat' make: *** [lib] Error 2 ---------- messages: 648 nosy: skliarieh priority: normal status: new substatus: new title: too many arguments to function ‘av_base64_encode’ type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue180> ______________________________________________________
