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
pull/126/head
Diego Biurrun 18 years ago
parent 9d16f87ffd
commit d8e84202c7
  1. 2
      libswscale/swscale_altivec_template.c
  2. 2
      libswscale/swscale_internal.h

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

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

Loading…
Cancel
Save