that code outputs through plugin_lib, which is not necessary fb.
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
SRC_GPULIB += gpulib_if.c
ifeq "$(ARCH)" "arm"
-SRC_STANDALONE += draw_fb.c
+SRC_STANDALONE += draw_pl.c
else
SRC_STANDALONE += draw.c
LDLIBS_STANDALONE += -lX11 -lXv
else
OBJS += cspace.o
endif
-OBJS += vout_fb.o
+OBJS += vout_pl.o
EXT = a
else
CFLAGS += `sdl-config --cflags`
/*
+ * video output handling using plugin_lib
* (C) GraÅžvydas "notaz" Ignotas, 2011
*
* This work is licensed under the terms of any of these licenses