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

Julian Scheel julian at jusst.de
Thu Sep 11 17:16:07 CEST 2014


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




More information about the vlc-devel mailing list