diff options
author | twinaphex | 2012-12-17 02:01:13 +0100 |
---|---|---|
committer | twinaphex | 2012-12-17 02:01:13 +0100 |
commit | 3ef6b3599b083286ba72673dec7e7032e5e8e013 (patch) | |
tree | 72d3d3e701790c1b62bfddb44c9cda30ea1dcc5e /plugins | |
parent | f36d076529d621b93bade88eab4d499561fe6cef (diff) | |
parent | 6e921e1d669037004dab55cbe5e704a70d04c718 (diff) | |
download | pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.gz pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.tar.bz2 pcsx_rearmed-3ef6b3599b083286ba72673dec7e7032e5e8e013.zip |
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'plugins')
-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 |