summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/Makefile.am')
-rw-r--r--sys/vdpau/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am
new file mode 100644
index 00000000..03d87758
--- /dev/null
+++ b/sys/vdpau/Makefile.am
@@ -0,0 +1,11 @@
+
+lib_LTLIBRARIES = \
+ libgstvdpau.la
+
+libgstvdpau_la_SOURCES =
+
+libgstvdpau_la_CFLAGS = $(GST_CFLAGS)
+libgstvdpau_la_LIBADD = $(GST_LIBS)
+libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvdpau_la_LIBTOOLFLAGS = --tag=disable-static
+