diff options
author | Robert Lippmann <rlippmann@imsventures.com> | 2004-10-05 18:15:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-05 18:15:26 +0000 |
commit | 2b50a5a8967c9c56c9f71687415fb509359789fb (patch) | |
tree | e8c0fdc8f8ec02c40dc47ec192a16b55a439f143 /Makefile | |
parent | 91378af4b21ca42d64476feee7576de8b515ea5e (diff) | |
download | ffmpeg-streaming-2b50a5a8967c9c56c9f71687415fb509359789fb.zip ffmpeg-streaming-2b50a5a8967c9c56c9f71687415fb509359789fb.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ endif endif ifeq ($(CONFIG_VORBIS),yes) -EXTRALIBS+=-logg -lvorbis -lvorbisenc +EXTRALIBS+=-lvorbis -lvorbisenc -logg endif ifeq ($(CONFIG_FAAD),yes) |