# HG changeset patch # User diego # Date 1174383986 0 # Node ID 65c3b647408cc38bd68cb89ea07f88cb7f0d87db # Parent fd6f824ef8943935ca69fd5608607d55955814ad Remove MinGW hack, it's no longer needed. diff -r fd6f824ef894 -r 65c3b647408c libaf/Makefile --- 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