From 81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Sun, 1 Sep 2002 18:07:56 +0000 Subject: oggvorbis support patch by (Mark Hills ) Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19d81d9e6c..9e2d203ddf 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ DEP_LIBS=libavcodec/libavcodec.a libav/libavformat.a ifeq ($(CONFIG_MP3LAME),yes) EXTRALIBS+=-lmp3lame endif +ifeq ($(CONFIG_VORBIS),yes) +EXTRALIBS+=-logg -lvorbis -lvorbisenc +endif endif OBJS = ffmpeg.o ffserver.o -- cgit v1.2.3