summaryrefslogtreecommitdiffstats
path: root/gst/flv/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-12 21:50:12 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-12 21:50:12 +0200
commit8c135666245e846f91cfd266a47e424dd79ac0f0 (patch)
treef54ce6d49ec2cbd5dd7ec41a9544c0afa6be243b /gst/flv/Makefile.am
parent32ab2bd04eb15545e5953aaca445c57a4d083ee3 (diff)
downloadgst-plugins-bad-8c135666245e846f91cfd266a47e424dd79ac0f0.tar.gz
gst-plugins-bad-8c135666245e846f91cfd266a47e424dd79ac0f0.tar.bz2
gst-plugins-bad-8c135666245e846f91cfd266a47e424dd79ac0f0.zip
Moved 'flv' from -bad to -good
Diffstat (limited to 'gst/flv/Makefile.am')
-rw-r--r--gst/flv/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/gst/flv/Makefile.am b/gst/flv/Makefile.am
deleted file mode 100644
index 6e1a58b2..00000000
--- a/gst/flv/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-plugin_LTLIBRARIES = libgstflv.la
-
-libgstflv_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstflv_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
-libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
-libgstflv_la_SOURCES = gstflvdemux.c gstflvparse.c gstflvmux.c
-libgstflv_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = gstflvdemux.h gstflvparse.h gstflvmux.h