Commit e7f9c815 authored by michael's avatar michael

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>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e4d29992
......@@ -44,7 +44,7 @@ endif
endif
ifeq ($(CONFIG_VORBIS),yes)
EXTRALIBS+=-logg -lvorbis -lvorbisenc
EXTRALIBS+=-lvorbis -lvorbisenc -logg
endif
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