mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 22:57:42 +00:00
automatic svgalib_helper detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9882 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dee8597fcf
commit
6ed5e90623
@ -31,7 +31,9 @@ endif
|
||||
# If you want libdha to use svgalib_helper for hardware access,
|
||||
# uncomment this statement, and change the -I to the correct directory
|
||||
# that includes svgalib_helper.o:
|
||||
#CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
||||
ifneq ($(wildcard svgalib_helper),)
|
||||
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
||||
endif
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user