# HG changeset patch # User michael # Date 1111111993 0 # Node ID 99bcd49a367742d9545c81c17671405677fc32f6 # Parent e7f2b8fadfb0f6f13a076c0fa7e46b674ac66b68 ogg has to be at the right of vorbis patch by ("Vctor Paesa" wzrlpy hotmail com) diff -r e7f2b8fadfb0 -r 99bcd49a3677 Makefile --- 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)