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:
parent
91378af4b2
commit
2b50a5a896
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_VORBIS),yes)
|
||||
EXTRALIBS+=-logg -lvorbis -lvorbisenc
|
||||
EXTRALIBS+=-lvorbis -lvorbisenc -logg
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_FAAD),yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user