From 0c3d542dc75343725f23a855ee9f59f3aa1dcc74 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 26 Jan 2009 09:56:27 +0000 Subject: WORDS_BIGENDIAN is defined/undefined, not 0/1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28374 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_format.h') diff --git a/libaf/af_format.h b/libaf/af_format.h index 49a25374ae..553d18d962 100644 --- a/libaf/af_format.h +++ b/libaf/af_format.h @@ -30,7 +30,7 @@ #define AF_FORMAT_LE (1<<0) // Little Endian #define AF_FORMAT_END_MASK (1<<0) -#if WORDS_BIGENDIAN // Native endian of cpu +#ifdef WORDS_BIGENDIAN // Native endian of cpu #define AF_FORMAT_NE AF_FORMAT_BE #else #define AF_FORMAT_NE AF_FORMAT_LE -- cgit v1.2.3