Opened 12 years ago

Closed 8 years ago

Last modified 8 years ago

#1442 closed defect (wontfix)

In MINGW32 libutvideoenc.cpp and libutvideodec.cpp do not link properly

Reported by: FFMPEG Tester Owned by: dbuitenh
Priority: normal Component: avcodec
Version: 0.11.1 Keywords: libutvideo
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

I've tried to compile ffmpeg in Mingw 32bit environment with --enable-libutvideo and static libutvideo. Decoder utvideo.c alone can be compiled without problems. But if you link libavcodec with objects of c++ modules (libutvideoenc.cpp and libutvideodec.cpp), references to functions of the libavcodec library become invalid after that! During linking of libavformat, gcc generates a lot of errors: "undefined reference" to many STANDARD libavcodec functions, such as av_free_packet, av_fast_realloc etc.
Simultaneous linking of c++ and c objects for the libavcodec component produce incorrect results in mingw (and maybe in some other systems).

How to reproduce: try to build the latest ffmpeg in MINGW 32bit with libutvideo and --enable-libutvideo option

Change History (7)

comment:1 by FFMPEG Tester, 12 years ago

Status: newopen

comment:2 by FFMPEG Tester, 12 years ago

I use the latest mingw32 with GCC 4.6.2

comment:3 by Carl Eugen Hoyos, 12 years ago

Priority: importantnormal

Please test current git head.

Please run ./configure --enable-libutvideo && make, if make fails run make again, then run "make V=1" and please post the configure line you used and the complete, uncut output of "make V=1" (please do not post the complete, uncut output of your first make call).

comment:4 by FFMPEG Tester, 12 years ago

Testing ffmpeg-HEAD-2942431.tar.gz in mingw32

I used this line:
./configure --disable-static --enable-shared --enable-gpl --enable-version3 --enable-libutvideo

gcc -shared -Wl,--output-def,libavformat/avformat-54.def -Wl,--out-implib,libavformat/libavformat.dll.a -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base -Wl,-Bsymbolic -Wl,--version-script,libavformat/libavformat.ver -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl,--warn-common -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample -o libavformat/avformat-54.dll libavformat/4xm.o libavformat/a64.o libavformat/aacdec.o libavformat/ac3dec.o libavformat/act.o libavformat/adtsenc.o libavformat/adxdec.o libavformat/aea.o libavformat/aiffdec.o libavformat/aiffenc.o libavformat/allformats.o libavformat/amr.o libavformat/anm.o libavformat/apc.o libavformat/ape.o libavformat/apetag.o libavformat/asf.o libavformat/asfcrypt.o libavformat/asfdec.o libavformat/asfenc.o libavformat/assdec.o libavformat/assenc.o libavformat/au.o libavformat/audiointerleave.o libavformat/avc.o libavformat/avidec.o libavformat/avienc.o libavformat/avio.o libavformat/aviobuf.o libavformat/avlanguage.o libavformat/avs.o libavformat/bethsoftvid.o libavformat/bfi.o libavformat/bink.o libavformat/bintext.o libavformat/bit.o libavformat/bmv.o libavformat/c93.o libavformat/cache.o libavformat/caf.o libavformat/cafdec.o libavformat/cafenc.o libavformat/cavsvideodec.o libavformat/cdg.o libavformat/cdxl.o libavformat/concat.o libavformat/crcenc.o libavformat/crypto.o libavformat/cutils.o libavformat/daud.o libavformat/dfa.o libavformat/diracdec.o libavformat/dnxhddec.o libavformat/dsicin.o libavformat/dtsdec.o libavformat/dv.o libavformat/dvenc.o libavformat/dxa.o libavformat/eacdata.o libavformat/electronicarts.o libavformat/ffmdec.o libavformat/ffmenc.o libavformat/ffmetadec.o libavformat/ffmetaenc.o libavformat/file.o libavformat/filmstripdec.o libavformat/filmstripenc.o libavformat/flacdec.o libavformat/flacenc.o libavformat/flacenc_header.o libavformat/flic.o libavformat/flvdec.o libavformat/flvenc.o libavformat/framecrcenc.o libavformat/framehash.o libavformat/g723_1.o libavformat/g729dec.o libavformat/gif.o libavformat/gopher.o libavformat/gsmdec.o libavformat/gxf.o libavformat/gxfenc.o libavformat/h261dec.o libavformat/h263dec.o libavformat/h264dec.o libavformat/hls.o libavformat/hlsproto.o libavformat/http.o libavformat/httpauth.o libavformat/icodec.o libavformat/id3v1.o libavformat/id3v2.o libavformat/id3v2enc.o libavformat/idcin.o libavformat/idroqdec.o libavformat/idroqenc.o libavformat/iff.o libavformat/img2.o libavformat/img2dec.o libavformat/img2enc.o libavformat/ingenientdec.o libavformat/ipmovie.o libavformat/isom.o libavformat/iss.o libavformat/iv8.o libavformat/ivfdec.o libavformat/ivfenc.o libavformat/jacosubdec.o libavformat/jacosubenc.o libavformat/jvdec.o libavformat/latmenc.o libavformat/lmlm4.o libavformat/loasdec.o libavformat/lxfdec.o libavformat/m4vdec.o libavformat/matroska.o libavformat/matroskadec.o libavformat/matroskaenc.o libavformat/md5enc.o libavformat/md5proto.o libavformat/metadata.o libavformat/mgsts.o libavformat/microdvddec.o libavformat/microdvdenc.o libavformat/mkvtimestamp_v2.o libavformat/mm.o libavformat/mmf.o libavformat/mms.o libavformat/mmsh.o libavformat/mmst.o libavformat/mov.o libavformat/mov_chan.o libavformat/movenc.o libavformat/movenchint.o libavformat/mp3dec.o libavformat/mp3enc.o libavformat/mpc.o libavformat/mpc8.o libavformat/mpeg.o libavformat/mpegenc.o libavformat/mpegts.o libavformat/mpegtsenc.o libavformat/mpegvideodec.o libavformat/mpjpeg.o libavformat/msnwc_tcp.o libavformat/mtv.o libavformat/mvi.o libavformat/mxf.o libavformat/mxfdec.o libavformat/mxfenc.o libavformat/mxg.o libavformat/ncdec.o libavformat/network.o libavformat/nsvdec.o libavformat/nullenc.o libavformat/nut.o libavformat/nutdec.o libavformat/nutenc.o libavformat/nuv.o libavformat/oggdec.o libavformat/oggenc.o libavformat/oggparsecelt.o libavformat/oggparsedirac.o libavformat/oggparseflac.o libavformat/oggparseogm.o libavformat/oggparseskeleton.o libavformat/oggparsespeex.o libavformat/oggparsetheora.o libavformat/oggparsevorbis.o libavformat/oma.o libavformat/omadec.o libavformat/omaenc.o libavformat/options.o libavformat/os_support.o libavformat/pcm.o libavformat/pcmdec.o libavformat/pcmenc.o libavformat/pmpdec.o libavformat/psxstr.o libavformat/pva.o libavformat/qcp.o libavformat/r3d.o libavformat/rawdec.o libavformat/rawenc.o libavformat/rawvideodec.o libavformat/rdt.o libavformat/riff.o libavformat/rl2.o libavformat/rm.o libavformat/rmdec.o libavformat/rmenc.o libavformat/rpl.o libavformat/rso.o libavformat/rsodec.o libavformat/rsoenc.o libavformat/rtmppkt.o libavformat/rtmpproto.o libavformat/rtp.o libavformat/rtpdec.o libavformat/rtpdec_amr.o libavformat/rtpdec_asf.o libavformat/rtpdec_g726.o libavformat/rtpdec_h263.o libavformat/rtpdec_h263_rfc2190.o libavformat/rtpdec_h264.o libavformat/rtpdec_latm.o libavformat/rtpdec_mpeg4.o libavformat/rtpdec_qcelp.o libavformat/rtpdec_qdm2.o libavformat/rtpdec_qt.o libavformat/rtpdec_svq3.o libavformat/rtpdec_vp8.o libavformat/rtpdec_xiph.o libavformat/rtpenc.o libavformat/rtpenc_aac.o libavformat/rtpenc_amr.o libavformat/rtpenc_chain.o libavformat/rtpenc_h263.o libavformat/rtpenc_h263_rfc2190.o libavformat/rtpenc_h264.o libavformat/rtpenc_latm.o libavformat/rtpenc_mpv.o libavformat/rtpenc_vp8.o libavformat/rtpenc_xiph.o libavformat/rtpproto.o libavformat/rtsp.o libavformat/rtspdec.o libavformat/rtspenc.o libavformat/sapdec.o libavformat/sapenc.o libavformat/sauce.o libavformat/sbgdec.o libavformat/sdp.o libavformat/seek.o libavformat/segafilm.o libavformat/segment.o libavformat/sierravmd.o libavformat/siff.o libavformat/smacker.o libavformat/smjpeg.o libavformat/smjpegdec.o libavformat/smjpegenc.o libavformat/sol.o libavformat/soxdec.o libavformat/soxenc.o libavformat/spdif.o libavformat/spdifdec.o libavformat/spdifenc.o libavformat/srtdec.o libavformat/swfdec.o libavformat/swfenc.o libavformat/tcp.o libavformat/thp.o libavformat/tiertexseq.o libavformat/tmv.o libavformat/tta.o libavformat/tty.o libavformat/txd.o libavformat/udp.o libavformat/utils.o libavformat/vc1test.o libavformat/vc1testenc.o libavformat/voc.o libavformat/vocdec.o libavformat/vocenc.o libavformat/vorbiscomment.o libavformat/vqf.o libavformat/wav.o libavformat/wc3movie.o libavformat/westwood_aud.o libavformat/westwood_vqa.o libavformat/wtv.o libavformat/wtvdec.o libavformat/wtvenc.o libavformat/wv.o libavformat/xa.o libavformat/xmv.o libavformat/xwma.o libavformat/yop.o libavformat/yuv4mpeg.o -lavcodec -lavutil -lavicap32 -lws2_32 -L/mingw/lib -lmingw32 -lSDLmain -lSDL -mwindows -liconv -lm -luser32 -lgdi32 -lwinmm -lutvideo -lstdc++ -lm -lz -lpsapi
Creating library file: libavformat/libavformat.dll.a

libavformat/4xm.o: In function `fourxm_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/4xm.c:296: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/4xm.c:305: undefined reference to `av_free_packet'
libavformat/a64.o: In function `a64_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/a64.c:130: undefined reference to `av_new_packet'
libavformat/a64.o: In function `a64_write_trailer':
C:\MinGW\msys\1.0\home\ff/libavformat/a64.c:162: undefined reference to `av_destruct_packet'
libavformat/ac3dec.o: In function `ac3_eac3_probe':
C:\MinGW\msys\1.0\home\ff/libavformat/ac3dec.c:48: undefined reference to `avpriv_ac3_parse_header'
libavformat/act.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/act.c:122: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/act.c:120: undefined reference to `av_new_packet'
libavformat/adtsenc.o: In function `adts_decode_extradata':
C:\MinGW\msys\1.0\home\ff/libavformat/adtsenc.c:50: undefined reference to `avpriv_mpeg4audio_get_config'
C:\MinGW\msys\1.0\home\ff/libavformat/adtsenc.c:82: undefined reference to `avpriv_copy_pce_data'
libavformat/adxdec.o: In function `adx_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/adxdec.c:51: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/adxdec.c:55: undefined reference to `av_free_packet'
libavformat/adxdec.o: In function `adx_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/adxdec.c:90: undefined reference to `avpriv_adx_decode_header'
libavformat/aiffdec.o: In function `get_aiff_header':
C:\MinGW\msys\1.0\home\ff/libavformat/aiffdec.c:124: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/aiffdec.c:155: undefined reference to `av_get_audio_frame_duration'
libavformat/aiffenc.o: In function `aiff_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/aiffenc.c:82: undefined reference to `av_get_bits_per_sample'
libavformat/allformats.o: In function `av_register_all':
C:\MinGW\msys\1.0\home\ff/libavformat/allformats.c:49: undefined reference to `avcodec_register_all'
libavformat/amr.o: In function `amr_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/amr.c:150: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/amr.c:166: undefined reference to `av_free_packet'
libavformat/anm.o: In function `read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/anm.c:165: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/anm.c:88: undefined reference to `av_log_ask_for_sample'
libavformat/ape.o: In function `ape_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/ape.c:392: undefined reference to `av_new_packet'
libavformat/asfdec.o: In function `ff_asf_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:984: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:987: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:995: undefined reference to `av_packet_new_side_data'
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1058: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1042: undefined reference to `av_shrink_packet'
libavformat/asfdec.o: In function `asf_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:644: undefined reference to `av_free_packet'
libavformat/asfdec.o: In function `asf_reset_header':
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1151: undefined reference to `av_free_packet'
libavformat/asfdec.o: In function `asf_read_pts':
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1194: undefined reference to `av_free_packet'
libavformat/asfdec.o: In function `asf_reset_header':
C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1151: undefined reference to `av_free_packet'
libavformat/asfdec.o:C:\MinGW\msys\1.0\home\ff/libavformat/asfdec.c:1151: more undefined references to `av_free_packet' follow
libavformat/asfenc.o: In function `asf_write_header1':
C:\MinGW\msys\1.0\home\ff/libavformat/asfenc.c:485: undefined reference to `avcodec_find_encoder'
libavformat/assdec.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/assdec.c:155: undefined reference to `av_new_packet'
libavformat/assdec.o: In function `read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/assdec.c:111: undefined reference to `av_fast_realloc'
libavformat/au.o: In function `au_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/au.c:187: undefined reference to `av_get_bits_per_sample'
libavformat/au.o: In function `au_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/au.c:148: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/au.c:149: undefined reference to `av_log_ask_for_sample'
libavformat/audiointerleave.o: In function `ff_audio_interleave_init':
C:\MinGW\msys\1.0\home\ff/libavformat/audiointerleave.c:60: undefined reference to `av_get_bits_per_sample'
libavformat/audiointerleave.o: In function `ff_interleave_new_audio_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/audiointerleave.c:87: undefined reference to `av_new_packet'
libavformat/avidec.o: In function `avi_read_close':
C:\MinGW\msys\1.0\home\ff/libavformat/avidec.c:1533: undefined reference to `av_free_packet'
libavformat/avidec.o: In function `seek_subtitle':
C:\MinGW\msys\1.0\home\ff/libavformat/avidec.c:1408: undefined reference to `av_free_packet'
libavformat/avidec.o: In function `avi_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/avidec.c:1216: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/avidec.c:1143: undefined reference to `av_packet_new_side_data'
C:\MinGW\msys\1.0\home\ff/libavformat/avidec.c:1159: undefined reference to `av_free_packet'
libavformat/avienc.o: In function `avi_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/avienc.c:535: undefined reference to `av_init_packet'
libavformat/avs.o: In function `avs_read_video_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/avs.c:91: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/avs.c:109: undefined reference to `av_free_packet'
libavformat/bethsoftvid.o: In function `read_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/bethsoftvid.c:144: undefined reference to `av_fast_realloc'
C:\MinGW\msys\1.0\home\ff/libavformat/bethsoftvid.c:175: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/bethsoftvid.c:188: undefined reference to `av_packet_new_side_data'
C:\MinGW\msys\1.0\home\ff/libavformat/bethsoftvid.c:144: undefined reference to `av_fast_realloc'
C:\MinGW\msys\1.0\home\ff/libavformat/bethsoftvid.c:110: undefined reference to `av_log_ask_for_sample'
libavformat/bit.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/bit.c:93: undefined reference to `av_new_packet'
libavformat/bmv.o: In function `bmv_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/bmv.c:100: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/bmv.c:112: undefined reference to `av_new_packet'
libavformat/c93.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/c93.c:153: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/c93.c:191: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/c93.c:191: undefined reference to `av_free_packet'
libavformat/cafenc.o: In function `caf_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/cafenc.c:203: undefined reference to `av_fast_realloc'
libavformat/cafenc.o: In function `caf_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/cafenc.c:153: undefined reference to `av_get_bits_per_sample'
libavformat/cdg.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/cdg.c:59: undefined reference to `av_free_packet'
libavformat/cdxl.o: In function `cdxl_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/cdxl.c:137: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/cdxl.c:145: undefined reference to `av_shrink_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/cdxl.c:142: undefined reference to `av_free_packet'
libavformat/dfa.o: In function `dfa_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/dfa.c:103: undefined reference to `av_free_packet'
libavformat/dsicin.o: In function `cin_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/dsicin.c:185: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/dsicin.c:203: undefined reference to `av_shrink_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/dsicin.c:199: undefined reference to `av_free_packet'
libavformat/dv.o: In function `dv_frame_offset':
C:\MinGW\msys\1.0\home\ff/libavformat/dv.c:406: undefined reference to `avpriv_dv_codec_profile'
libavformat/dv.o: In function `dv_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/dv.c:500: undefined reference to `avpriv_dv_frame_profile'
libavformat/dv.o: In function `avpriv_dv_produce_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/dv.c:357: undefined reference to `avpriv_dv_frame_profile'
C:\MinGW\msys\1.0\home\ff/libavformat/dv.c:389: undefined reference to `av_init_packet'
libavformat/dv.o: In function `dv_extract_audio_info':
C:\MinGW\msys\1.0\home\ff/libavformat/dv.c:247: undefined reference to `av_init_packet'
libavformat/dvenc.o: In function `dv_init_mux':
C:\MinGW\msys\1.0\home\ff/libavformat/dvenc.c:315: undefined reference to `avpriv_dv_codec_profile'
libavformat/dxa.o: In function `dxa_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/dxa.c:175: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/dxa.c:196: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/dxa.c:201: undefined reference to `av_free_packet'
libavformat/electronicarts.o: In function `ea_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/electronicarts.c:525: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/electronicarts.c:526: undefined reference to `av_free_packet'
libavformat/ffmdec.o: In function `ffm_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/ffmdec.c:426: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/ffmdec.c:441: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/ffmdec.c:430: undefined reference to `av_free_packet'
libavformat/filmstripdec.o: In function `read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/filmstripdec.c:58: undefined reference to `av_log_ask_for_sample'
libavformat/flacdec.o: In function `flac_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/flacdec.c:52: undefined reference to `avpriv_flac_parse_block_header'
C:\MinGW\msys\1.0\home\ff/libavformat/flacdec.c:92: undefined reference to `avpriv_flac_parse_streaminfo'
libavformat/flacenc.o: In function `flac_write_trailer':
C:\MinGW\msys\1.0\home\ff/libavformat/flacenc.c:97: undefined reference to `avpriv_flac_is_extradata_valid'
libavformat/flacenc_header.o: In function `ff_flac_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/flacenc_header.c:37: undefined reference to `avpriv_flac_is_extradata_valid'
libavformat/flic.o: In function `flic_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/flic.c:220: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/flic.c:236: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/flic.c:249: undefined reference to `av_free_packet'
libavformat/flvdec.o: In function `flv_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/flvdec.c:728: undefined reference to `av_packet_new_side_data'
C:\MinGW\msys\1.0\home\ff/libavformat/flvdec.c:698: undefined reference to `avpriv_mpeg4audio_get_config'
libavformat/flvenc.o: In function `flv_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/flvenc.c:446: undefined reference to `avcodec_get_name'
libavformat/g723_1.o: In function `g723_1_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/g723_1.c:58: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/g723_1.c:68: undefined reference to `av_free_packet'
libavformat/gsmdec.o: In function `gsm_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/gsmdec.c:47: undefined reference to `av_free_packet'
libavformat/gxf.o: In function `gxf_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/gxf.c:510: undefined reference to `av_get_bits_per_sample'
libavformat/gxf.o: In function `gxf_track_tags':
C:\MinGW\msys\1.0\home\ff/libavformat/gxf.c:212: undefined reference to `avpriv_frame_rate_tab'
C:\MinGW\msys\1.0\home\ff/libavformat/gxf.c:212: undefined reference to `avpriv_frame_rate_tab'
libavformat/hls.o: In function `hls_read_seek':
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:709: undefined reference to `av_free_packet'
libavformat/hls.o: In function `reset_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
libavformat/hls.o: In function `free_variant_list':
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:131: undefined reference to `av_free_packet'
libavformat/hls.o: In function `reset_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:151: undefined reference to `av_init_packet'
libavformat/hls.o: In function `hls_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/hls.c:540: undefined reference to `avcodec_copy_context'
libavformat/icodec.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/icodec.c:138: undefined reference to `av_new_packet'
libavformat/icodec.o: In function `read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/icodec.c:109: undefined reference to `av_log_ask_for_sample'
libavformat/id3v2.o: In function `ff_id3v2_parse':
C:\MinGW\msys\1.0\home\ff/libavformat/id3v2.c:660: undefined reference to `av_fast_malloc'
C:\MinGW\msys\1.0\home\ff/libavformat/id3v2.c:671: undefined reference to `av_fast_malloc'
libavformat/id3v2.o: In function `ff_id3v2_parse_apic':
C:\MinGW\msys\1.0\home\ff/libavformat/id3v2.c:801: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/id3v2.c:804: undefined reference to `av_destruct_packet'
libavformat/idcin.o: In function `idcin_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/idcin.c:266: undefined reference to `av_packet_new_side_data'
libavformat/idroqdec.o: In function `roq_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/idroqdec.c:190: undefined reference to `av_new_packet'
libavformat/iff.o: In function `iff_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/iff.c:367: undefined reference to `av_new_packet'
libavformat/iff.o: In function `iff_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/iff.c:241: undefined reference to `av_log_ask_for_sample'
libavformat/img2dec.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/img2dec.c:335: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/img2dec.c:335: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/img2dec.c:351: undefined reference to `av_free_packet'
libavformat/ipmovie.o: In function `load_ipmovie_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/ipmovie.c:158: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/ipmovie.c:191: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/ipmovie.c:164: undefined reference to `av_packet_new_side_data'
libavformat/isom.o: In function `ff_mp4_read_dec_config_descr':
C:\MinGW\msys\1.0\home\ff/libavformat/isom.c:448: undefined reference to `avpriv_mpeg4audio_get_config'
C:\MinGW\msys\1.0\home\ff/libavformat/isom.c:452: undefined reference to `avpriv_mpa_freq_tab'
libavformat/isom.o: In function `ff_mov_read_chan':
C:\MinGW\msys\1.0\home\ff/libavformat/isom.c:509: undefined reference to `av_log_ask_for_sample'
libavformat/iv8.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/iv8.c:95: undefined reference to `av_free_packet'
libavformat/jacosubdec.o: In function `jacosub_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/jacosubdec.c:287: undefined reference to `av_new_packet'
libavformat/jvdec.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/jvdec.c:162: undefined reference to `av_new_packet'
libavformat/latmenc.o: In function `latm_decode_extradata':
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:63: undefined reference to `avpriv_mpeg4audio_get_config'
libavformat/latmenc.o: In function `latm_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:187: undefined reference to `avpriv_copy_bits'
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:189: undefined reference to `avpriv_align_put_bits'
libavformat/latmenc.o: In function `latm_write_frame_header':
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:123: undefined reference to `avpriv_copy_bits'
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:129: undefined reference to `avpriv_copy_pce_data'
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:119: undefined reference to `avpriv_copy_bits'
libavformat/latmenc.o: In function `latm_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/latmenc.c:185: undefined reference to `avpriv_copy_bits'
libavformat/lxfdec.o: In function `get_packet_header':
C:\MinGW\msys\1.0\home\ff/libavformat/lxfdec.c:135: undefined reference to `av_log_ask_for_sample'
libavformat/lxfdec.o: In function `lxf_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/lxfdec.c:339: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/lxfdec.c:346: undefined reference to `av_free_packet'
libavformat/matroskadec.o: In function `matroska_parse_block':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:2059: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:2032: undefined reference to `av_new_packet'
libavformat/matroskadec.o: In function `matroska_merge_packets':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1172: undefined reference to `av_grow_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1176: undefined reference to `av_destruct_packet'
libavformat/matroskadec.o: In function `matroska_clear_queue':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1827: undefined reference to `av_free_packet'
libavformat/matroskadec.o: In function `matroska_aac_sri':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: undefined reference to `avpriv_mpeg4audio_sample_rates'
libavformat/matroskadec.o:C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1386: more undefined references to `avpriv_mpeg4audio_sample_rates' follow
libavformat/matroskadec.o: In function `matroska_clear_queue':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1827: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1827: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/matroskadec.c:1827: undefined reference to `av_free_packet'
libavformat/matroskaenc.o: In function `mkv_query_codec':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:1299: undefined reference to `avcodec_get_type'
libavformat/matroskaenc.o: In function `mkv_copy_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:1188: undefined reference to `av_fast_realloc'
libavformat/matroskaenc.o: In function `mkv_write_trailer':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:1286: undefined reference to `av_destruct_packet'
libavformat/matroskaenc.o: In function `mkv_write_tracks':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:534: undefined reference to `av_get_bits_per_sample'
libavformat/matroskaenc.o: In function `mkv_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:978: undefined reference to `av_init_packet'
libavformat/matroskaenc.o: In function `get_aac_sample_rates':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:451: undefined reference to `avpriv_mpeg4audio_get_config'
libavformat/matroskaenc.o: In function `put_xiph_codecpriv':
C:\MinGW\msys\1.0\home\ff/libavformat/matroskaenc.c:431: undefined reference to `avpriv_split_xiph_headers'
libavformat/microdvddec.o: In function `microdvd_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/microdvddec.c:137: undefined reference to `av_new_packet'
libavformat/mm.o: In function `read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mm.c:162: undefined reference to `av_new_packet'
libavformat/mms.o: In function `ff_mms_asf_header_parser':
C:\MinGW\msys\1.0\home\ff/libavformat/mms.c:104: undefined reference to `av_fast_realloc'
libavformat/mov.o: In function `mov_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mov.c:3039: undefined reference to `av_packet_new_side_data'
libavformat/mov.o: In function `mov_read_mdhd':
C:\MinGW\msys\1.0\home\ff/libavformat/mov.c:807: undefined reference to `av_log_ask_for_sample'
libavformat/mov.o: In function `mov_read_dac3':
C:\MinGW\msys\1.0\home\ff/libavformat/mov.c:590: undefined reference to `avpriv_ac3_channel_layout_tab'
libavformat/mov.o: In function `mov_read_dec3':
C:\MinGW\msys\1.0\home\ff/libavformat/mov.c:617: undefined reference to `avpriv_ac3_channel_layout_tab'
libavformat/mov.o: In function `ff_mov_read_stsd_entries':
C:\MinGW\msys\1.0\home\ff/libavformat/mov.c:1461: undefined reference to `av_get_bits_per_sample'
libavformat/movenc.o: In function `mov_write_audio_tag':
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:643: undefined reference to `av_get_bits_per_sample'
libavformat/movenc.o: In function `mov_get_codec_tag':
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:902: undefined reference to `av_get_bits_per_sample'
libavformat/movenc.o: In function `mov_create_timecode_track':
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:3242: undefined reference to `avcodec_alloc_context3'
libavformat/movenc.o: In function `mov_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:3370: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:3383: undefined reference to `av_get_bits_per_sample'
libavformat/movenc.o: In function `mov_create_chapter_track':
C:\MinGW\msys\1.0\home\ff/libavformat/movenc.c:3152: undefined reference to `avcodec_alloc_context3'
libavformat/movenchint.o: In function `ff_mov_init_hinting':
C:\MinGW\msys\1.0\home\ff/libavformat/movenchint.c:40: undefined reference to `avcodec_alloc_context3'
libavformat/movenchint.o: In function `ff_mov_add_hinted_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/movenchint.c:429: undefined reference to `av_init_packet'
libavformat/mp3dec.o: In function `mp3_read_probe':
C:\MinGW\msys\1.0\home\ff/libavformat/mp3dec.c:59: undefined reference to `avpriv_mpa_decode_header'
libavformat/mp3dec.o: In function `mp3_parse_vbr_tags':
C:\MinGW\msys\1.0\home\ff/libavformat/mp3dec.c:96: undefined reference to `avpriv_mpegaudio_decode_header'
libavformat/mp3enc.o: In function `mp3_write_xing':
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:131: undefined reference to `avpriv_mpa_freq_tab'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:131: undefined reference to `avpriv_mpa_freq_tab'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:131: undefined reference to `avpriv_mpa_freq_tab'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: undefined reference to `avpriv_mpegaudio_decode_header'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: undefined reference to `avpriv_mpegaudio_decode_header'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: undefined reference to `avpriv_mpegaudio_decode_header'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: undefined reference to `avpriv_mpegaudio_decode_header'
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: undefined reference to `avpriv_mpegaudio_decode_header'
libavformat/mp3enc.o:C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:158: more undefined references to `avpriv_mpegaudio_decode_header' follow
libavformat/mp3enc.o: In function `mp3_queue_flush':
C:\MinGW\msys\1.0\home\ff/libavformat/mp3enc.c:328: undefined reference to `av_free_packet'
libavformat/mpc.o: In function `mpc_read_seek':
C:\MinGW\msys\1.0\home\ff/libavformat/mpc.c:219: undefined reference to `av_free_packet'
libavformat/mpc.o: In function `mpc_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mpc.c:154: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/mpc.c:168: undefined reference to `av_free_packet'
libavformat/mpegts.o: In function `mpegts_raw_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:2026: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:2031: undefined reference to `av_free_packet'
libavformat/mpegts.o: In function `mpegts_get_dts':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:2145: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:2149: undefined reference to `av_free_packet'
libavformat/mpegts.o: In function `new_pes_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:661: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:663: undefined reference to `av_destruct_packet'
libavformat/mpegts.o: In function `parse_MP4SLDescrTag':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:1133: undefined reference to `av_log_missing_feature'
libavformat/mpegts.o: In function `ff_parse_mpeg2_descriptor':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegts.c:1357: undefined reference to `av_log_ask_for_sample'
libavformat/mpegtsenc.o: In function `mpegts_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegtsenc.c:616: undefined reference to `avcodec_copy_context'
libavformat/mpegtsenc.o: In function `mpegts_write_packet_internal':
C:\MinGW\msys\1.0\home\ff/libavformat/mpegtsenc.c:1074: undefined reference to `avpriv_mpv_find_start_code'
C:\MinGW\msys\1.0\home\ff/libavformat/mpegtsenc.c:1105: undefined reference to `av_init_packet'
libavformat/mtv.o: In function `mtv_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/mtv.c:117: undefined reference to `av_log_ask_for_sample'
libavformat/mxfdec.o: In function `mxf_read_primer_pack':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfdec.c:409: undefined reference to `av_log_ask_for_sample'
libavformat/mxfdec.o: In function `mxf_decrypt_triplet':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfdec.c:396: undefined reference to `av_shrink_packet'
libavformat/mxfdec.o: In function `mxf_read_packet_old':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfdec.c:2034: undefined reference to `av_log_ask_for_sample'
libavformat/mxfdec.o: In function `mxf_get_d10_aes3_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfdec.c:335: undefined reference to `av_shrink_packet'
libavformat/mxfenc.o: In function `mxf_interleave_get_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfenc.c:1874: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/mxfenc.c:1849: undefined reference to `av_free_packet'
libavformat/mxfenc.o: In function `mxf_write_generic_sound_common':
C:\MinGW\msys\1.0\home\ff/libavformat/mxfenc.c:910: undefined reference to `av_get_bits_per_sample'
libavformat/mxg.o: In function `mxg_update_cache':
C:\MinGW\msys\1.0\home\ff/libavformat/mxg.c:108: undefined reference to `av_fast_realloc'
libavformat/ncdec.o: In function `nc_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/ncdec.c:86: undefined reference to `av_free_packet'
libavformat/network.o: In function `ff_tls_init':
C:\MinGW\msys\1.0\home\ff/libavformat/network.c:70: undefined reference to `avpriv_lock_avformat'
libavformat/network.o: In function `ff_tls_deinit':
C:\MinGW\msys\1.0\home\ff/libavformat/network.c:102: undefined reference to `avpriv_lock_avformat'
libavformat/network.o: In function `ff_tls_init':
C:\MinGW\msys\1.0\home\ff/libavformat/network.c:97: undefined reference to `avpriv_unlock_avformat'
libavformat/network.o: In function `ff_tls_deinit':
C:\MinGW\msys\1.0\home\ff/libavformat/network.c:120: undefined reference to `avpriv_unlock_avformat'
libavformat/nsvdec.o: In function `nsv_read_close':
C:\MinGW\msys\1.0\home\ff/libavformat/nsvdec.c:739: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/nsvdec.c:741: undefined reference to `av_free_packet'
libavformat/nutdec.o: In function `decode_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/nutdec.c:815: undefined reference to `av_new_packet'
libavformat/nutenc.o: In function `find_expected_header':
C:\MinGW\msys\1.0\home\ff/libavformat/nutenc.c:62: undefined reference to `avpriv_mpa_freq_tab'
C:\MinGW\msys\1.0\home\ff/libavformat/nutenc.c:65: undefined reference to `avpriv_mpa_bitrate_tab'
libavformat/nuv.o: In function `nuv_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/nuv.c:220: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/nuv.c:235: undefined reference to `av_shrink_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/nuv.c:231: undefined reference to `av_free_packet'
libavformat/oggdec.o: In function `ogg_read_page':
C:\MinGW\msys\1.0\home\ff/libavformat/oggdec.c:261: undefined reference to `av_log_missing_feature'
libavformat/oggdec.o: In function `ogg_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/oggdec.c:637: undefined reference to `av_new_packet'
libavformat/oggenc.o: In function `ogg_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/oggenc.c:416: undefined reference to `avpriv_split_xiph_headers'
libavformat/oggenc.o: In function `ogg_build_flac_headers':
C:\MinGW\msys\1.0\home\ff/libavformat/oggenc.c:293: undefined reference to `avpriv_flac_is_extradata_valid'
libavformat/oggparsedirac.o: In function `dirac_header':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsedirac.c:40: undefined reference to `avpriv_dirac_parse_sequence_header'
libavformat/oggparseflac.o: In function `flac_header':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparseflac.c:59: undefined reference to `avpriv_flac_parse_streaminfo'
libavformat/oggparsetheora.o: In function `theora_header':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsetheora.c:75: undefined reference to `avcodec_set_dimensions'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsetheora.c:85: undefined reference to `avcodec_set_dimensions'
libavformat/oggparsevorbis.o: In function `vorbis_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:306: undefined reference to `avpriv_vorbis_parse_reset'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:309: undefined reference to `avpriv_vorbis_parse_frame'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:318: undefined reference to `avpriv_vorbis_parse_frame'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:340: undefined reference to `avpriv_vorbis_parse_frame'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:335: undefined reference to `avpriv_vorbis_parse_reset'
libavformat/oggparsevorbis.o: In function `fixup_vorbis_headers':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:184: undefined reference to `av_xiphlacing'
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:185: undefined reference to `av_xiphlacing'
libavformat/oggparsevorbis.o: In function `vorbis_header':
C:\MinGW\msys\1.0\home\ff/libavformat/oggparsevorbis.c:280: undefined reference to `avpriv_vorbis_parse_extradata'
libavformat/omadec.o: In function `oma_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/omadec.c:315: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/omadec.c:359: undefined reference to `av_get_bits_per_sample'
libavformat/pcm.o: In function `ff_pcm_read_seek':
C:\MinGW\msys\1.0\home\ff/libavformat/pcm.c:36: undefined reference to `av_get_bits_per_sample'
libavformat/pcmdec.o: In function `raw_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/pcmdec.c:44: undefined reference to `av_get_bits_per_sample'
libavformat/pmpdec.o: In function `pmp_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/pmpdec.c:134: undefined reference to `av_fast_malloc'
C:\MinGW\msys\1.0\home\ff/libavformat/pmpdec.c:128: undefined reference to `av_log_ask_for_sample'
libavformat/psxstr.o: In function `str_read_close':
C:\MinGW\msys\1.0\home\ff/libavformat/psxstr.c:291: undefined reference to `av_free_packet'
libavformat/psxstr.o: In function `str_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/psxstr.c:266: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/psxstr.c:219: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/psxstr.c:220: undefined reference to `av_new_packet'
libavformat/rawdec.o: In function `ff_raw_read_partial_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rawdec.c:115: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rawdec.c:125: undefined reference to `av_shrink_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rawdec.c:122: undefined reference to `av_free_packet'
libavformat/rawdec.o: In function `ff_raw_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/rawdec.c:69: undefined reference to `av_get_bits_per_sample'
libavformat/rawvideodec.o: In function `rawvideo_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rawvideodec.c:33: undefined reference to `avpicture_get_size'
libavformat/riff.o: In function `ff_put_wav_header':
C:\MinGW\msys\1.0\home\ff/libavformat/riff.c:439: undefined reference to `av_get_audio_frame_duration'
C:\MinGW\msys\1.0\home\ff/libavformat/riff.c:457: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/riff.c:445: undefined reference to `av_get_bits_per_sample'
libavformat/riff.o: In function `ff_parse_specific_params':
C:\MinGW\msys\1.0\home\ff/libavformat/riff.c:685: undefined reference to `av_get_audio_frame_duration'
libavformat/rl2.o: In function `rl2_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rl2.c:245: undefined reference to `av_free_packet'
libavformat/rmdec.o: In function `ff_rm_free_rmstream':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:130: undefined reference to `av_free_packet'
libavformat/rmdec.o: In function `rm_read_audio_stream_info':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:264: undefined reference to `av_new_packet'
libavformat/rmdec.o: In function `rm_assemble_video_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:652: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:666: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:667: undefined reference to `av_new_packet'
libavformat/rmdec.o: In function `ff_rm_retrieve_cache':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:849: undefined reference to `av_new_packet'
libavformat/rmdec.o: In function `rm_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:909: undefined reference to `av_free_packet'
libavformat/rmdec.o: In function `ff_rm_free_rmstream':
C:\MinGW\msys\1.0\home\ff/libavformat/rmdec.c:130: undefined reference to `av_free_packet'
libavformat/rpl.o: In function `rpl_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rpl.c:326: undefined reference to `av_free_packet'
libavformat/rsodec.o: In function `rso_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rsodec.c:77: undefined reference to `av_get_bits_per_sample'
libavformat/rsodec.o: In function `rso_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/rsodec.c:50: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/rsodec.c:52: undefined reference to `av_log_ask_for_sample'
libavformat/rtpdec.o: In function `rtp_parse_packet_internal':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec.c:569: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec.c:547: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec.c:565: undefined reference to `av_new_packet'
libavformat/rtpdec_amr.o: In function `amr_handle_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_amr.c:104: undefined reference to `av_new_packet'
libavformat/rtpdec_asf.o: In function `asfrtp_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_asf.c:274: undefined reference to `av_free_packet'
libavformat/rtpdec_h263.o: In function `ff_h263_handle_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h263.c:75: undefined reference to `av_new_packet'
libavformat/rtpdec_h263_rfc2190.o: In function `h263_handle_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h263_rfc2190.c:188: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h263_rfc2190.c:190: undefined reference to `av_destruct_packet'
libavformat/rtpdec_h264.o: In function `h264_handle_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h264.c:193: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h264.c:295: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h264.c:250: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_h264.c:300: undefined reference to `av_new_packet'
libavformat/rtpdec_latm.o: In function `latm_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_latm.c:97: undefined reference to `av_new_packet'
libavformat/rtpdec_latm.o: In function `parse_fmtp':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_latm.c:159: undefined reference to `av_log_missing_feature'
libavformat/rtpdec_mpeg4.o: In function `aac_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_mpeg4.c:185: undefined reference to `av_new_packet'
libavformat/rtpdec_qcelp.o: In function `return_stored_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qcelp.c:190: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qcelp.c:178: undefined reference to `av_new_packet'
libavformat/rtpdec_qcelp.o: In function `store_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qcelp.c:138: undefined reference to `av_new_packet'
libavformat/rtpdec_qdm2.o: In function `qdm2_restore_block':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qdm2.c:198: undefined reference to `av_new_packet'
libavformat/rtpdec_qt.o: In function `qt_rtp_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:227: undefined reference to `av_log_missing_feature'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:55: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:179: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:194: undefined reference to `av_destruct_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:205: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:100: undefined reference to `av_log_missing_feature'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:164: undefined reference to `av_log_missing_feature'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_qt.c:214: undefined reference to `av_free_packet'
libavformat/rtpdec_svq3.o: In function `svq3_parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_svq3.c:100: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_svq3.c:104: undefined reference to `av_destruct_packet'
libavformat/rtpdec_vp8.o: In function `prepare_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:41: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:45: undefined reference to `av_destruct_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:41: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:45: undefined reference to `av_destruct_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:41: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_vp8.c:45: undefined reference to `av_destruct_packet'
libavformat/rtpdec_xiph.o: In function `parse_packed_headers':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:296: undefined reference to `av_xiphlacing'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:297: undefined reference to `av_xiphlacing'
libavformat/rtpdec_xiph.o: In function `xiph_handle_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:205: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:215: undefined reference to `av_destruct_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:142: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:95: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpdec_xiph.c:159: undefined reference to `av_free_packet'
libavformat/rtpenc.o: In function `rtp_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc.c:95: undefined reference to `avcodec_get_name'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc.c:133: undefined reference to `av_get_audio_frame_duration'
libavformat/rtpenc.o: In function `rtp_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc.c:465: undefined reference to `av_packet_get_side_data'
libavformat/rtpenc_chain.o: In function `ff_rtp_chain_mux_open':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc_chain.c:68: undefined reference to `avcodec_copy_context'
libavformat/rtpenc_mpv.o: In function `ff_rtp_send_mpegvideo':
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc_mpv.c:59: undefined reference to `avpriv_mpv_find_start_code'
C:\MinGW\msys\1.0\home\ff/libavformat/rtpenc_mpv.c:59: undefined reference to `avpriv_mpv_find_start_code'
libavformat/rtsp.o: In function `sdp_parse_rtpmap':
C:\MinGW\msys\1.0\home\ff/libavformat/rtsp.c:220: undefined reference to `avcodec_find_decoder'
libavformat/sapdec.o: In function `sap_fetch_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/sapdec.c:222: undefined reference to `avcodec_copy_context'
C:\MinGW\msys\1.0\home\ff/libavformat/sapdec.c:218: undefined reference to `av_free_packet'
libavformat/sapdec.o: In function `sap_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/sapdec.c:173: undefined reference to `avcodec_copy_context'
libavformat/sbgdec.o: In function `sbg_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/sbgdec.c:1456: undefined reference to `av_new_packet'
libavformat/sdp.o: In function `xiph_extradata2config':
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:271: undefined reference to `avpriv_split_xiph_headers'
libavformat/sdp.o: In function `latm_context2config':
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: undefined reference to `avpriv_mpeg4audio_sample_rates'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: undefined reference to `avpriv_mpeg4audio_sample_rates'
libavformat/sdp.o:C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:361: more undefined references to `avpriv_mpeg4audio_sample_rates' follow
libavformat/sdp.o: In function `extradata2psets':
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:169: undefined reference to `av_bitstream_filter_init'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:185: undefined reference to `av_bitstream_filter_filter'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:186: undefined reference to `av_bitstream_filter_close'
C:\MinGW\msys\1.0\home\ff/libavformat/sdp.c:181: undefined reference to `av_bitstream_filter_close'
libavformat/seek.o: In function `search_hi_lo_keyframes':
C:\MinGW\msys\1.0\home\ff/libavformat/seek.c:151: undefined reference to `av_free_packet'
libavformat/seek.o: In function `ff_free_parser_state':
C:\MinGW\msys\1.0\home\ff/libavformat/seek.c:500: undefined reference to `av_parser_close'
libavformat/seek.o: In function `free_packet_list':
C:\MinGW\msys\1.0\home\ff/libavformat/seek.c:484: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/seek.c:484: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/seek.c:484: undefined reference to `av_free_packet'
libavformat/segafilm.o: In function `film_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/segafilm.c:272: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/segafilm.c:262: undefined reference to `av_new_packet'
libavformat/sierravmd.o: In function `vmd_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/sierravmd.c:251: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/sierravmd.c:262: undefined reference to `av_free_packet'
libavformat/siff.o: In function `siff_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/siff.c:209: undefined reference to `av_new_packet'
libavformat/smacker.o: In function `smacker_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/smacker.c:338: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/smacker.c:324: undefined reference to `av_new_packet'
libavformat/smjpegdec.o: In function `smjpeg_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/smjpegdec.c:55: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/smjpegdec.c:80: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/smjpegdec.c:103: undefined reference to `av_log_ask_for_sample'
libavformat/smjpegenc.o: In function `smjpeg_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/smjpegenc.c:70: undefined reference to `av_get_bits_per_sample'
libavformat/spdifdec.o: In function `spdif_get_offset_and_codec':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:95: undefined reference to `av_log_missing_feature'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:60: undefined reference to `avpriv_aac_parse_header'
libavformat/spdifdec.o: In function `spdif_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:184: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:182: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:199: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:191: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:216: undefined reference to `av_log_missing_feature'
C:\MinGW\msys\1.0\home\ff/libavformat/spdifdec.c:210: undefined reference to `av_free_packet'
libavformat/spdifenc.o: In function `spdif_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:526: undefined reference to `av_fast_malloc'
libavformat/spdifenc.o: In function `spdif_header_truehd':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:417: undefined reference to `av_log_ask_for_sample'
libavformat/spdifenc.o: In function `spdif_header_eac3':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:122: undefined reference to `av_fast_realloc'
libavformat/spdifenc.o: In function `spdif_header_dts4':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:228: undefined reference to `av_fast_malloc'
libavformat/spdifenc.o: In function `spdif_header_dts':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:311: undefined reference to `av_log_ask_for_sample'
libavformat/spdifenc.o: In function `spdif_header_aac':
C:\MinGW\msys\1.0\home\ff/libavformat/spdifenc.c:355: undefined reference to `avpriv_aac_parse_header'
libavformat/srtdec.o: In function `srt_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/srtdec.c:86: undefined reference to `av_new_packet'
libavformat/swfdec.o: In function `swf_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/swfdec.c:244: undefined reference to `av_new_packet'
libavformat/swfenc.o: In function `swf_write_audio':
C:\MinGW\msys\1.0\home\ff/libavformat/swfenc.c:452: undefined reference to `av_get_audio_frame_duration'
libavformat/thp.o: In function `thp_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/thp.c:182: undefined reference to `av_free_packet'
libavformat/tiertexseq.o: In function `seq_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/tiertexseq.c:255: undefined reference to `av_new_packet'
libavformat/utils.o: In function `try_decode_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2298: undefined reference to `avcodec_is_open'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2312: undefined reference to `avcodec_open2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2332: undefined reference to `avcodec_get_frame_defaults'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2335: undefined reference to `avcodec_decode_video2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2339: undefined reference to `avcodec_decode_audio4'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2312: undefined reference to `avcodec_open2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2301: undefined reference to `avcodec_find_decoder'
libavformat/utils.o: In function `get_audio_frame_size':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:819: undefined reference to `av_get_audio_frame_duration'
libavformat/utils.o: In function `validate_codec_tag':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3142: undefined reference to `avpriv_toupper4'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3142: undefined reference to `avpriv_toupper4'
libavformat/utils.o: In function `dump_stream_format':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3741: undefined reference to `avcodec_string'
libavformat/utils.o: In function `get_audio_frame_size':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:819: undefined reference to `av_get_audio_frame_duration'
libavformat/utils.o: In function `av_get_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:304: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:315: undefined reference to `av_shrink_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:313: undefined reference to `av_free_packet'
libavformat/utils.o: In function `av_append_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:329: undefined reference to `av_grow_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:333: undefined reference to `av_shrink_packet'
libavformat/utils.o: In function `ff_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:731: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:756: undefined reference to `av_packet_merge_side_data'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:751: undefined reference to `av_free_packet'
libavformat/utils.o: In function `free_packet_buffer':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
libavformat/utils.o: In function `ff_read_frame_flush':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1509: undefined reference to `av_parser_close'
libavformat/utils.o: In function `ff_add_index_entry':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1564: undefined reference to `av_fast_realloc'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1564: undefined reference to `av_fast_realloc'
libavformat/utils.o: In function `parse_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1182: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1183: undefined reference to `av_parser_parse2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1241: undefined reference to `av_dup_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1254: undefined reference to `av_parser_close'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1259: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1245: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1171: undefined reference to `av_init_packet'
libavformat/utils.o: In function `read_frame_internal':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1282: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1356: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1361: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1327: undefined reference to `avcodec_get_name'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1325: undefined reference to `av_parser_init'
libavformat/utils.o: In function `av_read_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1448: undefined reference to `av_dup_packet'
libavformat/utils.o: In function `seek_frame_generic':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1883: undefined reference to `av_free_packet'
libavformat/utils.o: In function `ff_codec_get_id':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2375: undefined reference to `avpriv_toupper4'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2375: undefined reference to `avpriv_toupper4'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2375: undefined reference to `avpriv_toupper4'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2375: undefined reference to `avpriv_toupper4'
libavformat/utils.o: In function `avformat_find_stream_info':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2480: undefined reference to `av_parser_init'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2493: undefined reference to `avcodec_find_decoder'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2503: undefined reference to `avcodec_open2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2592: undefined reference to `av_dup_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2668: undefined reference to `av_init_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2690: undefined reference to `avcodec_string'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2702: undefined reference to `avcodec_close'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2509: undefined reference to `avcodec_open2'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2708: undefined reference to `avcodec_pix_fmt_to_codec_tag'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2709: undefined reference to `ff_raw_pix_fmt_tags'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2709: undefined reference to `ff_find_pix_fmt'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2766: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2488: undefined reference to `avcodec_get_name'
libavformat/utils.o: In function `free_packet_buffer':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
libavformat/utils.o: In function `estimate_timings_from_pts':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2155: undefined reference to `av_parser_close'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2197: undefined reference to `av_free_packet'
libavformat/utils.o: In function `av_find_best_stream':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2845: undefined reference to `avcodec_find_decoder'
libavformat/utils.o: In function `avformat_free_context':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2901: undefined reference to `av_parser_close'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2904: undefined reference to `av_free_packet'
libavformat/utils.o: In function `free_packet_buffer':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:1151: undefined reference to `av_free_packet'
libavformat/utils.o: In function `avformat_write_header':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3192: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3230: undefined reference to `av_get_codec_tag_string'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3231: undefined reference to `av_get_codec_tag_string'
libavformat/utils.o: In function `ff_interleave_add_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3423: undefined reference to `av_dup_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3423: undefined reference to `av_dup_packet'
libavformat/utils.o: In function `ff_interleave_packet_per_dts':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3548: undefined reference to `av_init_packet'
libavformat/utils.o: In function `av_interleaved_write_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3612: undefined reference to `av_free_packet'
libavformat/utils.o: In function `interleave_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3574: undefined reference to `av_free_packet'
libavformat/utils.o: In function `av_interleaved_write_frame':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3612: undefined reference to `av_free_packet'
libavformat/utils.o: In function `av_write_trailer':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3638: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:3638: undefined reference to `av_free_packet'
libavformat/utils.o: In function `avformat_new_stream':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2984: undefined reference to `avcodec_alloc_context3'
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:2984: undefined reference to `avcodec_alloc_context3'
libavformat/utils.o: In function `ff_add_param_change':
C:\MinGW\msys\1.0\home\ff/libavformat/utils.c:4425: undefined reference to `av_packet_new_side_data'
libavformat/vocdec.o: In function `ff_voc_get_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/vocdec.c:98: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/vocdec.c:98: undefined reference to `av_get_bits_per_sample'
libavformat/vqf.o: In function `vqf_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/vqf.c:223: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/vqf.c:235: undefined reference to `av_free_packet'
libavformat/wav.o: In function `wav_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/wav.c:536: undefined reference to `av_get_bits_per_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/wav.c:537: undefined reference to `av_get_bits_per_sample'
libavformat/wc3movie.o: In function `wc3_read_close':
C:\MinGW\msys\1.0\home\ff/libavformat/wc3movie.c:289: undefined reference to `av_free_packet'
libavformat/wc3movie.o: In function `wc3_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/wc3movie.c:101: undefined reference to `av_init_packet'
libavformat/westwood_aud.o: In function `wsaud_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/westwood_aud.c:153: undefined reference to `av_new_packet'
libavformat/westwood_aud.o: In function `wsaud_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/westwood_aud.c:117: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/westwood_aud.c:106: undefined reference to `av_log_ask_for_sample'
libavformat/wv.o: In function `wv_read_seek':
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:358: undefined reference to `av_free_packet'
libavformat/wv.o: In function `wv_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:265: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:313: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:308: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:286: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:293: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/wv.c:272: undefined reference to `av_free_packet'
libavformat/xmv.o: In function `xmv_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/xmv.c:146: undefined reference to `av_log_ask_for_sample'
libavformat/xwma.o: In function `xwma_read_header':
C:\MinGW\msys\1.0\home\ff/libavformat/xwma.c:90: undefined reference to `av_log_ask_for_sample'
C:\MinGW\msys\1.0\home\ff/libavformat/xwma.c:106: undefined reference to `av_log_ask_for_sample'
libavformat/yop.o: In function `yop_read_seek':
C:\MinGW\msys\1.0\home\ff/libavformat/yop.c:206: undefined reference to `av_free_packet'
libavformat/yop.o: In function `yop_read_close':
C:\MinGW\msys\1.0\home\ff/libavformat/yop.c:181: undefined reference to `av_free_packet'
libavformat/yop.o: In function `yop_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/yop.c:139: undefined reference to `av_new_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/yop.c:174: undefined reference to `av_free_packet'
C:\MinGW\msys\1.0\home\ff/libavformat/yop.c:168: undefined reference to `av_shrink_packet'
libavformat/yuv4mpeg.o: In function `yuv4_read_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/yuv4mpeg.c:518: undefined reference to `avpicture_get_size'
libavformat/yuv4mpeg.o: In function `yuv4_write_packet':
C:\MinGW\msys\1.0\home\ff/libavformat/yuv4mpeg.c:189: undefined reference to `avcodec_get_chroma_sub_sample'
collect2: ld returned 1 exit status
make: * [libavformat/avformat-54.dll] Error 1

comment:5 by dbuitenh, 12 years ago

Owner: set to dbuitenh

comment:6 by Elon Musk, 8 years ago

Resolution: wontfix
Status: openclosed

libutvideo wrapper have been removed.

comment:7 by Carl Eugen Hoyos, 8 years ago

Keywords: libutvideo added
Note: See TracTickets for help on using tickets.