From a96a5eb2d6a6720cc7bba6a30d1c25473f345a89 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 3 Jan 2011 17:29:41 +0200 Subject: dfxvideo: massive cleanup based on pcsx4all code. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 673e768..2602abb 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,12 @@ OBJS += plugins/dfsound/adsr.o plugins/dfsound/dma.o plugins/dfsound/oss.o plugi plugins/dfsound/xa.o plugins/dfsound/freeze.o plugins/dfsound/cfg.o plugins/dfsound/registers.o \ plugins/dfsound/spu.o # gpu -OBJS += plugins/dfxvideo/cfg.o plugins/dfxvideo/fps.o plugins/dfxvideo/key.o plugins/dfxvideo/prim.o \ - plugins/dfxvideo/gpu.o plugins/dfxvideo/menu.o plugins/dfxvideo/soft.o plugins/dfxvideo/zn.o +plugins/dfxvideo/%.o: CFLAGS += -Wall +OBJS += plugins/dfxvideo/gpu.o ifdef X11 LDFLAGS += -lX11 -lXv OBJS += plugins/dfxvideo/draw.o else -plugins/dfxvideo/%.o: CFLAGS += -D_MACGL # disables X in dfxvideo OBJS += plugins/dfxvideo/draw_fb.o endif # cdrcimg -- cgit v1.2.3