[vlc-commits] mmal: Add mmal_picture.h to Makefile

Julian Scheel git at videolan.org
Thu Sep 11 18:16:37 CEST 2014


vlc | branch: master | Julian Scheel <julian at jusst.de> | 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 <julian at jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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)



More information about the vlc-commits mailing list