Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3735 closed defect (fixed)

Compilation fails: oggparsevorbis.c error

Reported by: Gerion Entrup Owned by:
Priority: important Component: build system
Version: git-master Keywords: regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:
Compilation of ffmpeg fails with:
libavformat/libavformat.a(oggparsevorbis.o): In function `vorbis_header':
.../libavformat/oggparsevorbis.c:355: undefined reference to `ff_replaygain_export'
How to reproduce:
Use this configure line:
./configure --disable-everything --enable-decoder=h264 --enable-demuxer=matroska --enable-muxer=null --enable-encoder=rawvideo --enable-protocol=file --disable-doc --disable-ffserver --disable-ffplay --disable-ffprobe
and try to build ffmpeg.

Without "--disable-ffserver --disable-ffplay --disable-ffprobe" it works as expected.

Change History (3)

comment:1 by Carl Eugen Hoyos, 10 years ago

Keywords: regression added
Priority: normalimportant
Reproduced by developer: set
Status: newopen

A patch is currently discussed.

comment:2 by Carl Eugen Hoyos, 10 years ago

Resolution: fixed
Status: openclosed

Should be fixed in 97578f5f

comment:3 by Gerion Entrup, 10 years ago

Yep, works for me. Thank you!

Note: See TracTickets for help on using tickets.