add some missing license headers
[pcsx_rearmed.git] / plugins / dfxvideo / Makefile
index 580e735..fb879f4 100644 (file)
@@ -7,13 +7,13 @@ 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_STANDALONE = gpuPEOPS.so
 BIN_GPULIB = gpu_peops.so
 include ../gpulib/gpulib.mak