Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created November 14, 2011 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/1365595 to your computer and use it in GitHub Desktop.
Save tubbo/1365595 to your computer and use it in GitHub Desktop.
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