diff utils.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 555c2ab21d84
line wrap: on
line diff
--- a/utils.c	Wed Jan 14 09:26:07 2009 +0000
+++ b/utils.c	Wed Jan 14 17:19:17 2009 +0000
@@ -568,7 +568,7 @@
         return -1;
     }
 
-    if (ENABLE_THREADS && avctx->thread_opaque)
+    if (HAVE_THREADS && avctx->thread_opaque)
         avcodec_thread_free(avctx);
     if (avctx->codec->close)
         avctx->codec->close(avctx);