From 2b50a5a8967c9c56c9f71687415fb509359789fb Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Tue, 5 Oct 2004 18:15:26 +0000 Subject: [PATCH] Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert Lippmann" ) Originally committed as revision 3560 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)