summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2002-09-01 18:07:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-09-01 18:07:56 +0000
commit81e0d0b412e7d3d4ee8cc3a9ac940f60a7b1ae3b (patch)
treef4429f345bf66ef382cc5207aac0ff7c15a8b752 /Makefile
parentad324c93515ca4acb43f5973ba67861213ff584d (diff)
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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