diff allformats.c @ 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 17178af951b4
line wrap: on
line diff
--- a/allformats.c	Tue Feb 22 19:48:07 2005 +0000
+++ b/allformats.c	Thu Feb 24 15:18:02 2005 +0000
@@ -82,7 +82,7 @@
 #endif
     yuv4mpeg_init();
     
-#ifdef CONFIG_VORBIS
+#ifdef CONFIG_LIBOGG
     ogg_init();
 #endif