vlc | branch: master | Julian Scheel <[email protected]> | Thu Sep 11 17:16:07 2014 +0200| [ecc610b0b763d3e6735231090b1117ec90d0a18f] | committer: Jean-Baptiste Kempf
mmal: Add mmal_picture.h to Makefile The header needs to be referenced by the Makefile to be included in the dist tarball. Signed-off-by: Julian Scheel <[email protected]> Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecc610b0b763d3e6735231090b1117ec90d0a18f --- modules/hw/mmal/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw/mmal/Makefile.am b/modules/hw/mmal/Makefile.am index ada3c0c..1dfb3e3 100644 --- a/modules/hw/mmal/Makefile.am +++ b/modules/hw/mmal/Makefile.am @@ -4,7 +4,7 @@ mmaldir = $(pluginsdir)/mmal AM_CFLAGS += $(CFLAGS_mmal) AM_LDFLAGS += -rpath '$(mmaldir)' $(LDFLAGS_mmal) -libmmal_vout_plugin_la_SOURCES = vout.c mmal_picture.c +libmmal_vout_plugin_la_SOURCES = vout.c mmal_picture.c mmal_picture.h libmmal_vout_plugin_la_CFLAGS = $(AM_CFLAGS) libmmal_vout_plugin_la_LDFLAGS = $(AM_LDFLAGS) -lm libmmal_vout_plugin_la_LIBADD = $(LIBS_mmal) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
