summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 09:46:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-20 09:46:26 +0000
commit997d7e7b1da93a75a861923e385dc2b9d146edb0 (patch)
treea665c0be4fc1c8505b42dfd1faec332d16ac0682 /libaf
parent7ee0eb4e190306a3602ce9fabc960097feaffb89 (diff)
downloadmpv-997d7e7b1da93a75a861923e385dc2b9d146edb0.tar.bz2
mpv-997d7e7b1da93a75a861923e385dc2b9d146edb0.tar.xz
Remove MinGW hack, it's no longer needed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22765 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 89b1d397d9..b45508a4cd 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -32,8 +32,4 @@ SRCS_COMMON-$(CONFIG_LIBAVCODEC) += af_lavcresample.c
SRCS_COMMON-$(CONFIG_LIBAVCODEC_SO) += af_lavcresample.c
SRCS_COMMON-$(HAVE_SYS_MMAN_H) += af_export.c
-ifeq ($(TARGET_OS),MINGW32)
-CFLAGS += -D_IO_H_
-endif
-
include ../mpcommon.mak