diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-26 12:26:32 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-26 12:26:32 +0000 |
commit | a898cdc99592a6427ed6d6282f8a338165b1f40a (patch) | |
tree | 1497a4c90e19fe12957273ca6c224103aace11e5 /libswscale/swscale_internal.h | |
parent | 63613fe615160671b394a232c1a3736319a6a8ec (diff) | |
download | ffmpeg-a898cdc99592a6427ed6d6282f8a338165b1f40a.tar.gz |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Originally committed as revision 29439 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 50cf304b1f..85e07c0af1 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -41,7 +41,7 @@ #define VOF (VOFW*2) -#ifdef WORDS_BIGENDIAN +#if HAVE_BIGENDIAN #define ALT32_CORR (-1) #else #define ALT32_CORR 1 |