Commit 2b50a5a8 authored by Robert Lippmann's avatar Robert Lippmann Committed by Michael Niedermayer

Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert...

 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
parent 91378af4
...@@ -44,7 +44,7 @@ endif ...@@ -44,7 +44,7 @@ endif
endif endif
ifeq ($(CONFIG_VORBIS),yes) ifeq ($(CONFIG_VORBIS),yes)
EXTRALIBS+=-logg -lvorbis -lvorbisenc EXTRALIBS+=-lvorbis -lvorbisenc -logg
endif endif
ifeq ($(CONFIG_FAAD),yes) ifeq ($(CONFIG_FAAD),yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment