changeset 22747:65c3b647408c

Remove MinGW hack, it's no longer needed.
author diego
date Tue, 20 Mar 2007 09:46:26 +0000
parents fd6f824ef894
children 904e3f3f8bee
files libaf/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/Makefile	Tue Mar 20 09:46:00 2007 +0000
+++ b/libaf/Makefile	Tue Mar 20 09:46:26 2007 +0000
@@ -32,8 +32,4 @@
 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