plugin_LTLIBRARIES = libgstducati.la if HAVE_ENCODERS encoders_headers = \ gstducatih264enc.h \ gstducatimpeg4enc.h \ gstducatividenc.h encoders_sources = \ gstducatih264enc.c \ gstducatimpeg4enc.c \ gstducatividenc.c endif # headers we need but don't want installed noinst_HEADERS = \ gstducatirvdec.h \ gstducativp7dec.h \ gstducativp6dec.h \ gstducativc1dec.h \ gstducatimpeg2dec.h \ gstducatimpeg4dec.h \ gstducatih264dec.h \ gstducatividdec.h \ gstducatibufferpriv.h \ gstducati.h \ $(encoders_headers) # sources used to compile this plug-in libgstducati_la_SOURCES = \ gstducatirvdec.c \ gstducativp7dec.c \ gstducativp6dec.c \ gstducativc1dec.c \ gstducatimpeg2dec.c \ gstducatimpeg4dec.c \ gstducatih264dec.c \ gstducatividdec.c \ gstducatibufferpriv.c \ gstducati.c \ $(encoders_sources) \ $(noinst_HEADERS) # compiler and linker flags used to compile this plugin, set in configure.ac libgstducati_la_CFLAGS = \ $(GST_CFLAGS) \ $(LIBDCE_CFLAGS) \ -DGST_USE_UNSTABLE_API libgstducati_la_LIBADD = \ $(GST_LIBS) \ $(LIBDCE_LIBS) \ -lgstdmabuf-0.10 \ -lgstdrm-0.10 \ -lgstvideo-0.10 \ -lgstbasevideo-0.10 libgstducati_la_LDFLAGS = \ $(GST_PLUGIN_LDFLAGS) \ $(GST_ALL_LDFLAGS) \ --no-undefined libgstducati_la_LIBTOOLFLAGS = --tag=disable-static