Created
November 14, 2011 23:38
-
-
Save tubbo/1365595 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg.c: In function ‘opt_recording_timestamp’: | |
ffmpeg.c:3080: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
ffmpeg.c: In function ‘opt_input_file’: | |
ffmpeg.c:3312: warning: ‘loop_input’ is deprecated (declared at libavformat/avformat.h:919) | |
ffmpeg.c: In function ‘opt_output_file’: | |
ffmpeg.c:4086: warning: ‘loop_output’ is deprecated (declared at libavformat/avformat.h:895) | |
ffmpeg.c: In function ‘opt_map’: | |
ffmpeg.c:2873: warning: ‘sync_stream_idx’ may be used uninitialized in this function | |
CC cmdutils.o | |
LD ffmpeg_g | |
libavcodec/libavcodec.a(libspeexdec.o): In function `libspeex_decode_close': | |
/home/tom/src/ffmpeg/libavcodec/libspeexdec.c:144: undefined reference to `speex_header_free' | |
libavcodec/libavcodec.a(libspeexenc.o): In function `encode_init': | |
/home/tom/src/ffmpeg/libavcodec/libspeexenc.c:224: undefined reference to `speex_header_free' | |
/home/tom/src/ffmpeg/libavcodec/libspeexenc.c:215: undefined reference to `speex_header_free' | |
collect2: ld returned 1 exit status | |
make: *** [ffmpeg_g] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment