[Mplayer-cvslog] CVS: main/TOOLS/subfont-c Makefile,1.6,1.7

Diego Biurrun CVS diego at mplayerhq.hu
Sun May 25 02:21:24 CEST 2003


Update of /cvsroot/mplayer/main/TOOLS/subfont-c
In directory mail:/var/tmp.root/cvs-serv17065/subfont-c

Modified Files:
	Makefile 
Log Message:
The linux directory is now called osdep.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	15 Aug 2002 20:50:13 -0000	1.6
+++ Makefile	25 May 2003 00:21:18 -0000	1.7
@@ -1,6 +1,6 @@
 include ../../config.mak
 
-LDLIBS=-lm ../../linux/timer-lx.o $(shell freetype-config --libs)
+LDLIBS=-lm ../../osdep/timer-lx.o $(shell freetype-config --libs)
 CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
 
 #CFLAGS+=-O0			# for RedHat's gcc-2.96-95



More information about the MPlayer-cvslog mailing list