From d1db8623784d3ed6385133aa6f34ab5e24d82212 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol@free.fr>
Date: Thu, 13 Mar 2003 15:05:54 +0000
Subject: [PATCH] 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
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8b26516127e..8d77aaa1b58 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
-- 
GitLab