OSDN Git Service

ogg has to be at the right of vorbis patch by ("Víctor Paesa" wzrlpy hotmail com)
[coroid/libav_saccubus.git] / Makefile
index 7c2cd93..19cf906 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)