X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=141929a48fe188e7dac97b0a087d4ac4139c7605;hb=6469a8c407ff23af8b7a6218f759b368eec7c339;hp=5b5ffe168715dee92723bf8f0d4748f7c8046e8a;hpb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 5b5ffe16..141929a4 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ LDLIBS += -lX11 `sdl-config --libs` OBJS += plugins/gpulib/vout_sdl.o plugins/gpulib/vout_sdl.o: CFLAGS += `sdl-config --cflags` else -OBJS += plugins/gpulib/vout_fb.o +OBJS += plugins/gpulib/vout_pl.o endif # cdrcimg @@ -123,7 +123,6 @@ ifeq "$(PLATFORM)" "generic" OBJS += frontend/plat_dummy.o endif ifeq "$(PLATFORM)" "pandora" -frontend/%.o: CFLAGS += -DVOUT_FBDEV OBJS += frontend/linux/fbdev.o OBJS += frontend/plat_omap.o OBJS += frontend/plat_pandora.o