diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-12 17:58:07 +0000 |
commit | f7d4dd174becb9deca68d268dea93cd5f028ff65 (patch) | |
tree | 623eee62f1b9c8e9a73368e2ff11ddfffcc72a4e /libaf/Makefile | |
parent | 72d1a2042f98c0b86ed4526620e6166e1a8c13bd (diff) | |
download | mpv-f7d4dd174becb9deca68d268dea93cd5f028ff65.tar.bz2 mpv-f7d4dd174becb9deca68d268dea93cd5f028ff65.tar.xz |
OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r-- | libaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/Makefile b/libaf/Makefile index 3d6213e0da..cfc1a3d411 100644 --- a/libaf/Makefile +++ b/libaf/Makefile @@ -43,7 +43,7 @@ endif OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE +CFLAGS = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) -D_GNU_SOURCE ifeq ($(TARGET_OS),MINGW32) CFLAGS += -D_IO_H_ |