Browse Source

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
tags/v0.5
Robert Lippmann Michael Niedermayer 21 years ago
parent
commit
2b50a5a896
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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)


Loading…
Cancel
Save