Browse Source
As the mmal modules will require some shared code in the future move them out of the split directory structure into a hw/mmal subdirectory, like it is handled with vdpau plugins already. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>pull/24/head
committed by
Rémi Denis-Courmont
5 changed files with 27 additions and 20 deletions
@ -0,0 +1,8 @@ |
|||
include $(top_srcdir)/modules/common.am |
|||
mmaldir = $(pluginsdir)/mmal |
|||
|
|||
libmmal_vout_plugin_la_SOURCES = vout.c |
|||
libmmal_vout_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_mmal) |
|||
libmmal_vout_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(mmaldir)' $(LDFLAGS_mmal) -lm |
|||
libmmal_vout_plugin_la_LIBADD = $(LIBS_mmal) |
|||
mmal_LTLIBRARIES = libmmal_vout_plugin.la |
|||
Loading…
Reference in new issue