summaryrefslogtreecommitdiff
path: root/libswscale/swscale_altivec_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:55 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:55 +0000
commitd8e84202c788a1f4bd074f119f9c03b2c9288b12 (patch)
tree0df491bfb1572450d2595dcf0e7593e17a89efad /libswscale/swscale_altivec_template.c
parent9d16f87ffddff90182d679531a3c3b09f1243471 (diff)
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
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r--libswscale/swscale_altivec_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
index 95f40e07ce..fcbf581ba0 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}