diff options
author | jkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 13:19:18 +0000 |
---|---|---|
committer | jkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-25 13:19:18 +0000 |
commit | 0e622ee33647691ce17e6077c2ed585cc5385d4f (patch) | |
tree | ffdfc58303448b47698ef42d91436ceb1d33afce /libmpdemux/Makefile | |
parent | 21d7c09388f893ed4e2f9022b3bf258b2ba01c10 (diff) |
CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2467 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r-- | libmpdemux/Makefile | 2 |
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 |