GNOME Bugzilla – Bug 125680
ffmpeg compile stops with error as no ogg.h and vorbis.h found
Last modified: 2004-12-22 21:47:04 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
Whoops, that one should have been disabled. Thanks for noticing, fix in CVS.