diff options
Diffstat (limited to 'plugins/dfxvideo/Makefile')
-rw-r--r-- | plugins/dfxvideo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index 580e735..ee7c4dc 100644 --- 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 |