diff options
author | Víctor Paesa <wzrlpy@arsystel.com> | 2005-03-18 02:13:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-18 02:13:13 +0000 |
commit | 078a8dd66d8172f12c780b723bcc70a9c4d7abec (patch) | |
tree | 6a6d9db12a42cd6e0f30b4ab332b86108cc3c002 /Makefile | |
parent | 8bb8f41375ac9a00de22b875e867a3a30904c2a9 (diff) | |
download | ffmpeg-078a8dd66d8172f12c780b723bcc70a9c4d7abec.tar.gz |
ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com)
Originally committed as revision 4055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,13 +44,13 @@ endif endif ifeq ($(CONFIG_LIBOGG),yes) -EXTRALIBS+= -logg ifeq ($(CONFIG_LIBVORBIS),yes) -EXTRALIBS+= -lvorbis -lvorbisenc +EXTRALIBS+= -lvorbisenc -lvorbis endif ifeq ($(CONFIG_LIBTHEORA),yes) EXTRALIBS+= -ltheora endif +EXTRALIBS+= -logg endif ifeq ($(CONFIG_FAAD),yes) |