notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d56ca
)
dfxvideo: don't build Xv version (no longer used)
author
notaz
<notasas@gmail.com>
Sun, 16 Dec 2012 17:51:04 +0000
(19:51 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 16 Dec 2012 17:51:04 +0000
(19:51 +0200)
plugins/dfxvideo/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfxvideo/Makefile
b/plugins/dfxvideo/Makefile
index
580e735
..
ee7c4dc
100644
(file)
--- a/
plugins/dfxvideo/Makefile
+++ b/
plugins/dfxvideo/Makefile
@@
-7,12
+7,12
@@
include ../../config.mak
SRC_STANDALONE += gpu.c
SRC_GPULIB += gpulib_if.c
-ifeq "$(ARCH)" "arm"
+
#
ifeq "$(ARCH)" "arm"
SRC_STANDALONE += draw_pl.c
-else
-SRC_STANDALONE += draw.c
-LDLIBS_STANDALONE += -lX11 -lXv -lXext
-endif
+
#
else
+
#
SRC_STANDALONE += draw.c
+
#
LDLIBS_STANDALONE += -lX11 -lXv -lXext
+
#
endif
BIN_STANDLALONE = gpuPEOPS.so
BIN_GPULIB = gpu_peops.so