New submission from Justin <[email protected]>: I get the following error when attempting to build ffmpeg SVN-r23774 with MSYS/MinGW:
c:/x264/ffmpeg-src/libavformat/libavformat.a (id3v2.o):id3v2.c:(.text+0x236): undefined reference to 'ff_id3v1_genre_str' collect2: ld returned 1 exit status make: *** [ffmpeg_g.exe] Error 1 My configure is: ./configure --prefix=/c/ffmpeg/i686-pc-mingw32 -- enable-gpl --enable-postproc --enable-pthreads -- disable-network --enable-runtime-cpudetect --enable- memalign-hack --disable-encoders --disable- decoder=aac,ac3,adpcm_*,alac,als,ape,atrac?,cook,dca,ds icinaudio,dxa,eac3,flac,interplay_dpcm,mlp,mp1,mp2,mp3, mp3*,mpc?,pcm_*,qcelp,ra_*,sipr,truehd,truespeech,tta,v orbis,wavpack,wma*,twinvq --disable-hwaccels --disable- muxers --disable- demuxer=aac,ac3,pcm_*,ape,amr,ass,au,avs,dts,eac3,flac, mp3,mpc,mpc8,truehd,tta,w64,wav,wv --disable- parser=aac,ac3,dca,mlp,mpegaudio --disable-indevs -- disable-outdevs --disable-devices --extra-cflags=- I/c/ffmpeg/i686-pc-mingw32/include --extra-ldflags=- L/c/ffmpeg/i686-pc-mingw32/lib --disable-debug -- arch=x86 --target-os=mingw32 ---------- messages: 10967 priority: normal status: new substatus: open title: Undefined refernce to 'ff_id3v1_genre_str' type: bug ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2042> ________________________________________________
