Mercurial > mplayer.hg
changeset 10180:3f3b7829dce8
The linux directory is now called osdep.
author | diego |
---|---|
date | Sun, 25 May 2003 00:21:18 +0000 |
parents | 832182cacfe6 |
children | d480b7ffd2ef |
files | TOOLS/GL-test/compile.sh TOOLS/subfont-c/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/GL-test/compile.sh Sun May 25 00:14:16 2003 +0000 +++ b/TOOLS/GL-test/compile.sh Sun May 25 00:21:18 2003 +0000 @@ -1,2 +1,2 @@ -gcc -g -O4 gltest.c ../../linux/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm +gcc -g -O4 gltest.c ../../osdep/timer-lx.o -o gltest -L/usr/X11/lib -lglut -lGL -lGLU -lX11 -lXext -lXmu -lXi -lm
--- a/TOOLS/subfont-c/Makefile Sun May 25 00:14:16 2003 +0000 +++ b/TOOLS/subfont-c/Makefile Sun May 25 00:21:18 2003 +0000 @@ -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