Mercurial > mplayer.hg
diff libdha/Makefile @ 8503:9dbb9c710480
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
author | alex |
---|---|
date | Fri, 20 Dec 2002 21:07:27 +0000 |
parents | ace211f1ed2b |
children | 55e80f13c826 |
line wrap: on
line diff
--- a/libdha/Makefile Fri Dec 20 20:39:11 2002 +0000 +++ b/libdha/Makefile Fri Dec 20 21:07:27 2002 +0000 @@ -28,6 +28,11 @@ endif 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/ + .SUFFIXES: .c .o # .PHONY: all clean