summaryrefslogtreecommitdiff
path: root/gst/asfdemux/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/asfdemux/Makefile.am')
-rw-r--r--gst/asfdemux/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/gst/asfdemux/Makefile.am b/gst/asfdemux/Makefile.am
deleted file mode 100644
index dcc7b274..00000000
--- a/gst/asfdemux/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-plugin_LTLIBRARIES = libgstasf.la
-
-libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c asfpacket.c gstrtpasfdepay.c gstrtspwms.c
-libgstasf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-@GST_API_VERSION@ \
- -lgstriff-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
- -lgstrtp-@GST_API_VERSION@ -lgstaudio-@GST_API_VERSION@ -lgsttag-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) $(GST_LIBS) \
- $(WIN32_LIBS)
-libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstasfdemux.h asfheaders.h asfpacket.h gstrtpasfdepay.h gstrtspwms.h