2001-08-09 17:28:06 +00:00
|
|
|
#font="/mnt/win/windows/fonts/arial.ttf"
|
|
|
|
#font="/mnt/win/windows/fonts/comic.ttf"
|
|
|
|
#font="/mnt/win/windows/fonts/verdanai.ttf"
|
|
|
|
font="/mnt/win/windows/fonts/verdana.ttf"
|
|
|
|
|
|
|
|
#encoding=windows-1250
|
|
|
|
encoding=iso-8859-2
|
|
|
|
|
|
|
|
fontsize=20
|
|
|
|
|
2001-08-09 18:40:06 +00:00
|
|
|
include ../../config.mak
|
2001-08-09 17:28:06 +00:00
|
|
|
|
|
|
|
LDLIBS=-lm $(shell freetype-config --libs)
|
2001-08-09 18:40:06 +00:00
|
|
|
CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
|
2001-08-09 17:28:06 +00:00
|
|
|
|
|
|
|
subfont: subfont.o
|
|
|
|
|
|
|
|
run: subfont
|
|
|
|
./subfont $(encoding) $(fontsize) $(font)
|
|
|
|
cat font.desc.tail >> font.desc
|
|
|
|
cp font.desc *.raw ~/.mplayer/font/
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f subfont subfont.o
|