diff options
Diffstat (limited to 'plugins/gpulib')
-rw-r--r-- | plugins/gpulib/Makefile | 2 | ||||
-rw-r--r-- | plugins/gpulib/vout_pl.c (renamed from plugins/gpulib/vout_fb.c) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpulib/Makefile b/plugins/gpulib/Makefile index 9ed992f..43f0d2b 100644 --- a/plugins/gpulib/Makefile +++ b/plugins/gpulib/Makefile @@ -13,7 +13,7 @@ OBJS += cspace_neon.o else OBJS += cspace.o endif -OBJS += vout_fb.o +OBJS += vout_pl.o EXT = a else CFLAGS += `sdl-config --cflags` diff --git a/plugins/gpulib/vout_fb.c b/plugins/gpulib/vout_pl.c index 021efa7..91de057 100644 --- a/plugins/gpulib/vout_fb.c +++ b/plugins/gpulib/vout_pl.c @@ -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 |