]> git.sesse.net Git - ffmpeg/blobdiff - Makefile
01-makefile_fix_updated.patch
[ffmpeg] / Makefile
index a4c67453a3af35b71e382b04ac9ea4865fe9346e..25499724efb03fc01eebb478bd01d505dda5f628 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,14 @@ EXTRALIBS+=-lmp3lame
 endif
 endif
 
-ifeq ($(CONFIG_VORBIS),yes)
-EXTRALIBS+=-lvorbis -lvorbisenc -logg
+ifeq ($(CONFIG_LIBOGG),yes)
+EXTRALIBS+= -logg 
+ifeq ($(CONFIG_LIBVORBIS),yes)
+EXTRALIBS+= -lvorbis -lvorbisenc
+endif
+ifeq ($(CONFIG_LIBTHEORA),yes)
+EXTRALIBS+= -ltheora
+endif
 endif
 
 ifeq ($(CONFIG_FAAD),yes)