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
This commit is contained in:
Diego Biurrun 2007-08-22 22:46:55 +00:00
parent 9d16f87ffd
commit d8e84202c7
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -27,7 +27,7 @@
#include "avutil.h"
#ifdef CONFIG_DARWIN
#ifdef SYS_DARWIN
#define AVV(x...) (x)
#else
#define AVV(x...) {x}