diff h263.c @ 8596:68e959302527 libavcodec

replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ and remove all ENABLE_ definitions.
author aurel
date Wed, 14 Jan 2009 17:19:17 +0000
parents 7a463923ecd1
children a637db9f59b1
line wrap: on
line diff
--- a/h263.c	Wed Jan 14 09:26:07 2009 +0000
+++ b/h263.c	Wed Jan 14 17:19:17 2009 +0000
@@ -2355,7 +2355,7 @@
 {
     int vo_ver_id;
 
-    if (!ENABLE_MPEG4_ENCODER)  return;
+    if (!CONFIG_MPEG4_ENCODER)  return;
 
     if(s->max_b_frames || s->quarter_sample){
         vo_ver_id= 5;