CVS: main/libmpdemux Makefile,1.3,1.4
25 Oct
2001
25 Oct
'01
9:19 a.m.
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
8783
Age (days ago)
8783
Last active (days ago)
0 comments
1 participants
participants (1)
-
J�rgen Keil