summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 17:54:31 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 17:54:31 +0000
commit0f3bc505c3cd6337ed0032a318867524dbc132bd (patch)
tree30b95392b861999a933882471c305013ef93dab9 /libaf
parentce231a35b2022aa6f19fc1bed1d3d2b60ddae282 (diff)
downloadmpv-0f3bc505c3cd6337ed0032a318867524dbc132bd.tar.bz2
mpv-0f3bc505c3cd6337ed0032a318867524dbc132bd.tar.xz
mingw crosscompiling step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 2abee8c79e..15b988b822 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_OS),MINGW32)
CFLAGS += -D_IO_H_
endif