[FFmpeg-user] ffmpeg svn compilation fails on freebsd 8.2 64bit
Stefanita Rares Dumitrescu
katmai at keptprivate.com
Tue Sep 6 10:35:34 CEST 2011
hi guys,
i try to compile the latest ffmpeg from svn with the following options:
./configure --prefix=/usr/local/ffmpeg \
--cc=gcc45 \
--enable-cross-compile \
--target-os=freebsd \
--arch=amd64 \
--extra-cflags='-msse -I/usr/local/include/vorbis
-I/usr/local/include -D__BSD_VISIBLE' \
--extra-ldflags='-L/usr/local/lib ' \
--enable-shared \
--enable-nonfree \
--enable-gpl \
--enable-pthreads \
--enable-libopencore-amrwb \
--enable-libopencore-amrnb \
--enable-libtheora \
--enable-libvorbis \
--enable-libx264 \
--enable-libxvid \
--enable-libopenjpeg \
--enable-memalign-hack \
--enable-runtime-cpudetect \
--enable-version3 \
--enable-postproc
however it just stops when i run gmake:
CC libavformat/udp.o
CC libavformat/utils.o
libavformat/utils.c: In function 'av_iformat_next':
libavformat/utils.c:126:5: warning: 'first_iformat' is deprecated
(declared at libavformat/utils.c:116)
libavformat/utils.c: In function 'av_oformat_next':
libavformat/utils.c:132:5: warning: 'first_oformat' is deprecated
(declared at libavformat/utils.c:121)
libavformat/utils.c: In function 'av_register_input_format':
libavformat/utils.c:138:5: warning: 'first_iformat' is deprecated
(declared at libavformat/utils.c:116)
libavformat/utils.c: In function 'av_register_output_format':
libavformat/utils.c:147:5: warning: 'first_oformat' is deprecated
(declared at libavformat/utils.c:121)
libavformat/utils.c: In function 'ff_av_destruct_packet_nofree':
libavformat/utils.c:296:5: warning: 'av_destruct_packet_nofree' is
deprecated (declared at ./libavcodec/avcodec.h:3055)
libavformat/utils.c: In function 'av_seek_frame_generic':
libavformat/utils.c:1709:5: warning: 'read_seek' is deprecated (declared
at libavformat/avformat.h:448)
libavformat/utils.c:1710:9: warning: 'read_seek' is deprecated (declared
at libavformat/avformat.h:448)
libavformat/utils.c: In function 'av_seek_frame':
libavformat/utils.c:1742:5: warning: 'read_seek' is deprecated (declared
at libavformat/avformat.h:448)
libavformat/utils.c:1743:9: warning: 'read_seek' is deprecated (declared
at libavformat/avformat.h:448)
libavformat/utils.c: In function 'avformat_seek_file':
libavformat/utils.c:1772:5: warning: 'read_seek' is deprecated (declared
at libavformat/avformat.h:448)
libavformat/utils.c: In function 'av_close_input_stream':
libavformat/utils.c:2563:9: warning: 'filename' is deprecated (declared
at libavformat/avformat.h:625)
libavformat/utils.c:2571:9: warning: 'provider_name' is deprecated
(declared at libavformat/avformat.h:706)
libavformat/utils.c:2572:9: warning: 'name' is deprecated (declared at
libavformat/avformat.h:707)
libavformat/utils.c:2582:9: warning: 'title' is deprecated (declared at
libavformat/avformat.h:724)
libavformat/utils.c: In function 'ff_new_chapter':
libavformat/utils.c:2701:5: warning: 'title' is deprecated (declared at
libavformat/avformat.h:724)
libavformat/utils.c: In function 'av_gettime':
libavformat/utils.c:3316:5: error: implicit declaration of function
'gettimeofday'
libavformat/utils.c: In function 'parse_date':
libavformat/utils.c:3403:13: warning: cast discards qualifiers from
pointer target type
gmake: *** [libavformat/utils.o] Error 1
┌─(root at beast)(03:32:56)
any help appreciated.
More information about the ffmpeg-user
mailing list