Comment 10 for bug 831096

Revision history for this message
Doug McMahon (mc3man) wrote :

On amd_64 a package build fails exactly as noted (using a slightly edited DM control/rules, though a local build is ok (w/ x264 patch
Taking the supplied ffmpeg source in avidemux-2.5.5 & configuring the same ( using avidemux-2.5.5/build/avidemux/ADM_libraries/ffmpeg/config.fate from package build attempt), produces the same error/fail

If instead I configure that ffmpeg source with attached configure then it builds successfully/completely, possibly it would work in a package build? (haven't tried

tail end -
LD libswscale/libswscale.so.0
CC ffmpeg.o
ffmpeg.c: In function ‘term_exit’:
ffmpeg.c:442:5: warning: zero-length gnu_printf format string [-Wformat-zero-length]
ffmpeg.c: In function ‘do_video_out’:
ffmpeg.c:1145:50: warning: variable ‘resampling_dst’ set but not used [-Wunused-but-set-variable]
ffmpeg.c: In function ‘opt_output_file’:
ffmpeg.c:3868:13: warning: ‘url_exist’ is deprecated (declared at libavformat/avio.h:345) [-Wdeprecated-declarations]
CC cmdutils.o
cmdutils.c: In function ‘opt_default’:
cmdutils.c:302:22: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
cmdutils.c: In function ‘read_file’:
cmdutils.c:808:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
LD ffmpeg_g
CP ffmpeg
STRIP ffmpeg
doug@doug-XPS-M1330:~/Desktop/ffmpeg-0.7-rc1$