rename vout_fb to vout_pl
authornotaz <notasas@gmail.com>
Sat, 21 Apr 2012 20:21:13 +0000 (23:21 +0300)
committernotaz <notasas@gmail.com>
Sat, 21 Apr 2012 22:58:10 +0000 (01:58 +0300)
that code outputs through plugin_lib, which is not necessary fb.

Makefile
plugins/dfxvideo/Makefile
plugins/dfxvideo/draw_pl.c [moved from plugins/dfxvideo/draw_fb.c with 100% similarity]
plugins/gpulib/Makefile
plugins/gpulib/vout_pl.c [moved from plugins/gpulib/vout_fb.c with 98% similarity]

index 5b5ffe1..cdc1a74 100644 (file)
--- 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_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
 endif
 
 # cdrcimg
index b6cc756..a5ca5f3 100644 (file)
@@ -9,7 +9,7 @@ SRC_STANDALONE += gpu.c
 SRC_GPULIB += gpulib_if.c
 
 ifeq "$(ARCH)" "arm"
 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
 SRC_STANDALONE += draw.c
 LDLIBS_STANDALONE += -lX11 -lXv
index 9ed992f..43f0d2b 100644 (file)
@@ -13,7 +13,7 @@ OBJS += cspace_neon.o
 else
 OBJS += cspace.o
 endif
 else
 OBJS += cspace.o
 endif
-OBJS += vout_fb.o
+OBJS += vout_pl.o
 EXT = a
 else
 CFLAGS += `sdl-config --cflags`
 EXT = a
 else
 CFLAGS += `sdl-config --cflags`
similarity index 98%
rename from plugins/gpulib/vout_fb.c
rename to plugins/gpulib/vout_pl.c
index 021efa7..91de057 100644 (file)
@@ -1,4 +1,5 @@
 /*
 /*
+ * video output handling using plugin_lib
  * (C) Gražvydas "notaz" Ignotas, 2011
  *
  * This work is licensed under the terms of any of these licenses
  * (C) Gražvydas "notaz" Ignotas, 2011
  *
  * This work is licensed under the terms of any of these licenses