[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.3,1.4
Jürgen Keil
jkeil at mplayer.dev.hu
Thu Oct 25 15:19:21 CEST 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv32019/libmpdemux
Modified Files:
Makefile
Log Message:
CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 20 Oct 2001 23:51:02 -0000 1.3
+++ Makefile 25 Oct 2001 13:19:18 -0000 1.4
@@ -9,7 +9,7 @@
endif
OBJS = $(SRCS:.c=.o)
-INCLUDE = -I../loader $(EXTRA_INC)
+INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o
More information about the MPlayer-cvslog
mailing list