summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 21:38:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 21:38:20 +0000
commit4b2fb7929089594024f18fc168e4b506c6374b5c (patch)
tree39821ae3275e44805f0eea5f58155ff0dd5fa207 /stream
parent57ed940858fd06e7a8eb9f9d57113da74d96430d (diff)
downloadmpv-4b2fb7929089594024f18fc168e4b506c6374b5c.tar.bz2
mpv-4b2fb7929089594024f18fc168e4b506c6374b5c.tar.xz
Remove unnecessary -I option from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22638 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 675b1d2d74..d27a45a700 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -66,8 +66,6 @@ SRCS_COMMON-$(ALSA9) += ai_alsa.c
SRCS_COMMON-$(OSS) += ai_oss.c
endif
-CFLAGS = -I../loader
-
include ../mpcommon.mak
clean::