After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 125680 - ffmpeg compile stops with error as no ogg.h and vorbis.h found
ffmpeg compile stops with error as no ogg.h and vorbis.h found
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-28 11:45 UTC by Gernot Ziegler
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gernot Ziegler 2003-10-28 11:45:23 UTC
ffmpeg tries to compile with ogg and vorbis support although my system
didn't have ogg-devel and vorbis-devel installed ... :

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DARCH_X86=1 -DHAVE_MMX=1
-DTUNECPU=generic -DHAVE_STRPTIME=1 -DHAVE_LRINTF=1 -DCONFIG_ENCODERS=1
-DCONFIG_DECODERS=1 -DCONFIG_PP=1 -DCONFIG_MPEGAUDIO_HP=1
-DCONFIG_HAVE_DLOPEN=1 -DCONFIG_HAVE_DLFCN=1
-DHAVE_MALLOC_H=1 -DHAVE_MEMALIGN=1 -DSIMPLE_IDCT=1 -DCONFIG_RISKY=1 -Wall
-I./ffmpeg -I./ffmpeg/libavformat -I./ffmpeg/libavcodec -DHAVE_AV_CONFIG_H
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -g -O2 -MT
libavformat_la-ogg.lo
-MD -MP -MF .deps/libavformat_la-ogg.Tpo -c ffmpeg/libavformat/ogg.c  -fPIC
-DPIC -o libavformat_la-ogg.lo
ffmpeg/libavformat/ogg.c:12:21: ogg/ogg.h: No such file or directory
ffmpeg/libavformat/ogg.c:13:30: vorbis/vorbisenc.h: No such file or directory
In file included from ffmpeg/libavformat/ogg.c:16:
ffmpeg/libavcodec/oggvorbis.h:9:30: vorbis/vorbisenc.h: No such file or
directory
Comment 1 Ronald Bultje 2003-10-28 12:20:57 UTC
Whoops, that one should have been disabled. Thanks for noticing, fix
in CVS.