summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-03-13 15:05:54 +0000
committerFrançois Revol <revol@free.fr>2003-03-13 15:05:54 +0000
commitd1db8623784d3ed6385133aa6f34ab5e24d82212 (patch)
tree30d90b30786bd23585350d0c73a1e90178cb7022 /Makefile
parente13f860ac8a5a7d803059d1553773cf2a446d3f2 (diff)
fix build issue with --enable-shared & --enable-vorbis
(should be reverted if ilbavformat ever gets really built as a shared lib) Originally committed as revision 1680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b26516127..8d77aaa1b5 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,11 @@ DEP_LIBS=libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavformat/$(LIBPREF)avformat$(L
ifeq ($(CONFIG_MP3LAME),yes)
EXTRALIBS+=-lmp3lame
endif
+endif
+
ifeq ($(CONFIG_VORBIS),yes)
EXTRALIBS+=-logg -lvorbis -lvorbisenc
endif
-endif
ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook