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

Thomas Guillem thomas at gllm.fr
Mon Dec 12 18:19:00 CET 2016



On Mon, Dec 12, 2016, at 18:07, Rémi Denis-Courmont wrote:
> 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?

Because of "_SOURCES" ? There is no warning but yes, indeed, I should
rename it.

> 
> > 
> >  if HAVE_DECKLINK
> >  libdecklinkoutput_plugin_la_SOURCES = video_output/decklink.cpp
> -- 
> Rémi Denis-Courmont
> https://www.remlab.net/
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list