diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:55 +0000 |
commit | d8e84202c788a1f4bd074f119f9c03b2c9288b12 (patch) | |
tree | 0df491bfb1572450d2595dcf0e7593e17a89efad /libswscale | |
parent | 9d16f87ffddff90182d679531a3c3b09f1243471 (diff) | |
download | ffmpeg-d8e84202c788a1f4bd074f119f9c03b2c9288b12.tar.gz |
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')
-rw-r--r-- | libswscale/swscale_altivec_template.c | 2 | ||||
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
2 files changed, 2 insertions, 2 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} diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index c31a4436d4..5e55a6b3c0 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} |