Get rid of useless conditional, using svgalib_helper now requires modifying

a line in the Makefile in all cases.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22800 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-24 14:39:39 +00:00
parent 89b6beb3d5
commit 0a659e94bc
2 changed files with 3 additions and 6 deletions

View File

@ -1552,9 +1552,8 @@ Alternatively, you can use a special kernel module, like this:
<filename class="directory">mplayer/main/libdha/svgalib_helper</filename>.
</para></step>
<step><para>
Required if you download the source from the svgalib site: Remove the comment
before the CFLAGS line containing "svgalib_helper" string from the
<filename class="directory">libdha/Makefile</filename>.
Remove the comment before the CFLAGS line containing the "svgalib_helper"
string from the <filename class="directory">libdha/Makefile</filename>.
</para></step>
<step><para>
Recompile and install libdha.

View File

@ -16,9 +16,7 @@ CFLAGS = -fPIC
# 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:
ifneq ($(wildcard svgalib_helper),)
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
endif
#CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
all: $(LIBNAME)