Mercurial > libavcodec.hg
changeset 2566:99bcd49a3677 libavcodec
ogg has to be at the right of vorbis patch by ("Vctor Paesa" wzrlpy hotmail com)
author | michael |
---|---|
date | Fri, 18 Mar 2005 02:13:13 +0000 |
parents | e7f2b8fadfb0 |
children | 910cd8bd981f |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Mar 17 21:35:50 2005 +0000 +++ b/Makefile Fri Mar 18 02:13:13 2005 +0000 @@ -125,15 +125,15 @@ endif ifeq ($(CONFIG_LIBOGG),yes) -EXTRALIBS += -logg ifeq ($(CONFIG_LIBVORBIS),yes) OBJS += oggvorbis.o -EXTRALIBS += -lvorbis -lvorbisenc +EXTRALIBS += -lvorbisenc -lvorbis endif ifeq ($(CONFIG_LIBTHEORA), yes) OBJS += oggtheora.o EXTRALIBS += -ltheora endif +EXTRALIBS += -logg endif ifeq ($(TARGET_GPROF),yes)