diff --git a/Makefile b/Makefile index 7ec6a3cef7..4b92be4f30 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif endif ifeq ($(CONFIG_VORBIS),yes) -EXTRALIBS+=-logg -lvorbis -lvorbisenc +EXTRALIBS+=-lvorbis -lvorbisenc -logg endif ifeq ($(CONFIG_FAAD),yes)