#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 , 12 years ago
| Keywords: | regression added |
|---|---|
| Priority: | normal → important |
| Reproduced by developer: | set |
| Status: | new → open |
Note:
See TracTickets
for help on using tickets.



A patch is currently discussed.