1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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
This commit is contained in:
Robert Lippmann 2004-10-05 18:15:26 +00:00 committed by Michael Niedermayer
parent 91378af4b2
commit 2b50a5a896

View File

@ -44,7 +44,7 @@ endif
endif
ifeq ($(CONFIG_VORBIS),yes)
EXTRALIBS+=-logg -lvorbis -lvorbisenc
EXTRALIBS+=-lvorbis -lvorbisenc -logg
endif
ifeq ($(CONFIG_FAAD),yes)