diff --git a/Makefile b/Makefile index 8b26516127..8d77aaa1b5 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,11 @@ DEP_LIBS=libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavformat/$(LIBPREF)avformat$(L ifeq ($(CONFIG_MP3LAME),yes) EXTRALIBS+=-lmp3lame endif +endif + ifeq ($(CONFIG_VORBIS),yes) EXTRALIBS+=-logg -lvorbis -lvorbisenc endif -endif ifeq ($(BUILD_VHOOK),yes) VHOOK=videohook