diff libaf/Makefile @ 22717:435648b07244

Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
author diego
date Sun, 18 Mar 2007 22:49:37 +0000
parents 090ec2169aee
children ba2b70a80acc
line wrap: on
line diff
--- a/libaf/Makefile	Sun Mar 18 22:49:05 2007 +0000
+++ b/libaf/Makefile	Sun Mar 18 22:49:37 2007 +0000
@@ -32,9 +32,6 @@
 SRCS_COMMON-$(CONFIG_LIBAVCODEC)    += af_lavcresample.c
 SRCS_COMMON-$(CONFIG_LIBAVCODEC_SO) += af_lavcresample.c
 
-CFLAGS-$(CONFIG_LIBAVUTIL)   += -I../libavutil
-CFLAGS-$(CONFIG_LIBAVCODEC)  += -I../libavcodec
-
 ifeq ($(TARGET_OS),MINGW32)
 CFLAGS += -D_IO_H_
 endif