[SCM] libav/experimental: Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:05:52 UTC 2013


The following commit has been merged in the experimental branch:
commit d8e84202c788a1f4bd074f119f9c03b2c9288b12
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Aug 22 22:46:55 2007 +0000

    Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
    
    Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
index 95f40e0..fcbf581 100644
--- a/libswscale/swscale_altivec_template.c
+++ b/libswscale/swscale_altivec_template.c
@@ -21,7 +21,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
 #define AVV(x...) (x)
 #else
 #define AVV(x...) {x}
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index c31a443..5e55a6b 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -27,7 +27,7 @@
 
 #include "avutil.h"
 
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
 #define AVV(x...) (x)
 #else
 #define AVV(x...) {x}

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list