summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-13 18:28:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-13 18:28:44 +0000
commit8e2dea5f213e16bee3aa8d522f033ddda4542990 (patch)
treee2dbebd8f185c9fc7344a7d3f7beea9268710278 /libaf/Makefile
parent64f4a3f32f569ae2c890c39707a222cc73f0ae27 (diff)
downloadmpv-8e2dea5f213e16bee3aa8d522f033ddda4542990.tar.bz2
mpv-8e2dea5f213e16bee3aa8d522f033ddda4542990.tar.xz
Unify include paths by adding -I.. to CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16983 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r--libaf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 6191912397..f7902f64db 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -38,7 +38,7 @@ endif
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
ifeq ($(TARGET_OS),MINGW32)
CFLAGS += -D_IO_H_