mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
The linux directory is now called osdep.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10181 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1ced7f3b81
commit
0bb9a5b687
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user