diff Makefile @ 682:decfffe703bc libavformat

01-makefile_fix_updated.patch Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>)
author michael
date Thu, 24 Feb 2005 15:18:02 +0000
parents 9b2cda2905cc
children 50e07cfe1e4f
line wrap: on
line diff
--- a/Makefile	Tue Feb 22 19:48:07 2005 +0000
+++ b/Makefile	Thu Feb 24 15:18:02 2005 +0000
@@ -67,7 +67,7 @@
 endif
 endif
 
-ifeq ($(CONFIG_VORBIS),yes)
+ifeq ($(CONFIG_LIBOGG),yes)
 OBJS+= ogg.o
 endif