mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
using OPTFLAGS and CC from config.mak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4aa85931f9
commit
50a05a93da
@ -8,10 +8,10 @@ encoding=iso-8859-2
|
||||
|
||||
fontsize=20
|
||||
|
||||
include ../../config.mak
|
||||
|
||||
LDLIBS=-lm $(shell freetype-config --libs)
|
||||
CFLAGS=-O3 $(shell freetype-config --cflags)
|
||||
|
||||
CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags)
|
||||
|
||||
subfont: subfont.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user