diff libaf/Makefile @ 22725:ba2b70a80acc

Conditionally compile af_export instead of having #ifdef around the file.
author diego
date Mon, 19 Mar 2007 10:13:33 +0000
parents 435648b07244
children 65c3b647408c
line wrap: on
line diff
--- a/libaf/Makefile	Mon Mar 19 00:10:38 2007 +0000
+++ b/libaf/Makefile	Mon Mar 19 10:13:33 2007 +0000
@@ -9,7 +9,6 @@
               af_delay.c \
               af_dummy.c \
               af_equalizer.c \
-              af_export.c \
               af_extrastereo.c \
               af_format.c \
               af_gate.c \
@@ -31,6 +30,7 @@
 
 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_