1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02: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:
alex 2003-04-08 17:11:19 +00:00
parent dee8597fcf
commit 6ed5e90623

View File

@ -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