summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile
index c5a3898a0d..72ad1a0ce9 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -110,7 +110,7 @@ SRCS += dvb_tune.c
endif
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I.. -I../libmpdemux -I../loader $(LIBAV_INC)
+INCLUDE = -I.. -I../loader $(LIBAV_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS)
.SUFFIXES: .c .o