[vlc-devel] [PATCH 06/13] vout: move OpenGL sources

Rémi Denis-Courmont remi at remlab.net
Mon Dec 12 18:07:19 CET 2016


Le maanantaina 12. joulukuuta 2016, 17.03.47 EET Thomas Guillem a écrit :
> Use a specific directory for OpenGL sources.
> ---
>  modules/video_output/Makefile.am                   | 22
> +++++++++++----------- modules/video_output/caopengllayer.m               |
>  2 +-
>  modules/video_output/gl.c                          |  2 +-
>  modules/video_output/ios2.m                        |  2 +-
>  modules/video_output/macosx.m                      |  2 +-
>  .../{opengl.c => opengl/vout_helper.c}             |  6 +++---
>  .../{opengl.h => opengl/vout_helper.h}             |  8 ++++----
>  modules/video_output/win32/common.h                |  2 +-
>  modules/video_output/win32/glwin32.c               |  2 +-
>  modules/video_output/win32/wgl.c                   |  2 +-
>  10 files changed, 25 insertions(+), 25 deletions(-)
>  rename modules/video_output/{opengl.c => opengl/vout_helper.c} (99%)
>  rename modules/video_output/{opengl.h => opengl/vout_helper.h} (95%)
> 
> diff --git a/modules/video_output/Makefile.am
> b/modules/video_output/Makefile.am index b92b0c5..702e348 100644
> --- a/modules/video_output/Makefile.am
> +++ b/modules/video_output/Makefile.am
> @@ -2,6 +2,8 @@ voutdir = $(pluginsdir)/video_output
>  vout_LTLIBRARIES =
> 
>  EXTRA_DIST += video_output/README
> +OPENGL_DISPLAY_SOURCES = video_output/opengl/vout_helper.c \
> +	video_output/opengl/vout_helper.h

And this does not generate a warning?

> 
>  if HAVE_DECKLINK
>  libdecklinkoutput_plugin_la_SOURCES = video_output/decklink.cpp
-- 
Rémi Denis-Courmont
https://www.remlab.net/



More information about the vlc-devel mailing list