summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 2beeade9a3..642fc04cce 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -9,7 +9,7 @@ SRCS += asf_streaming.c url.c http.c network.c
endif
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I../loader $(EXTRA_INC)
+INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o