mirror of https://github.com/mpv-player/mpv
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:
parent
89b6beb3d5
commit
0a659e94bc
|
@ -1552,9 +1552,8 @@ Alternatively, you can use a special kernel module, like this:
|
||||||
<filename class="directory">mplayer/main/libdha/svgalib_helper</filename>.
|
<filename class="directory">mplayer/main/libdha/svgalib_helper</filename>.
|
||||||
</para></step>
|
</para></step>
|
||||||
<step><para>
|
<step><para>
|
||||||
Required if you download the source from the svgalib site: Remove the comment
|
Remove the comment before the CFLAGS line containing the "svgalib_helper"
|
||||||
before the CFLAGS line containing "svgalib_helper" string from the
|
string from the <filename class="directory">libdha/Makefile</filename>.
|
||||||
<filename class="directory">libdha/Makefile</filename>.
|
|
||||||
</para></step>
|
</para></step>
|
||||||
<step><para>
|
<step><para>
|
||||||
Recompile and install libdha.
|
Recompile and install libdha.
|
||||||
|
|
|
@ -16,9 +16,7 @@ CFLAGS = -fPIC
|
||||||
# If you want libdha to use svgalib_helper for hardware access,
|
# If you want libdha to use svgalib_helper for hardware access,
|
||||||
# uncomment this statement, and change the -I to the correct directory
|
# uncomment this statement, and change the -I to the correct directory
|
||||||
# that includes svgalib_helper.o:
|
# that includes svgalib_helper.o:
|
||||||
ifneq ($(wildcard svgalib_helper),)
|
#CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
||||||
CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
|
|
||||||
endif
|
|
||||||
|
|
||||||
all: $(LIBNAME)
|
all: $(LIBNAME)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue