summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Lippmann <rlippmann@imsventures.com>2004-10-05 18:15:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-05 18:15:26 +0000
commit2b50a5a8967c9c56c9f71687415fb509359789fb (patch)
treee8c0fdc8f8ec02c40dc47ec192a16b55a439f143 /Makefile
parent91378af4b21ca42d64476feee7576de8b515ea5e (diff)
Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert Lippmann" <rlippmann at imsventures dot com>)
Originally committed as revision 3560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ec6a3cef7..4b92be4f30 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
endif
ifeq ($(CONFIG_VORBIS),yes)
-EXTRALIBS+=-logg -lvorbis -lvorbisenc
+EXTRALIBS+=-lvorbis -lvorbisenc -logg
endif
ifeq ($(CONFIG_FAAD),yes)