summaryrefslogtreecommitdiff
path: root/gst/flv/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-30 17:20:57 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-30 17:20:57 +0000
commit2884785d54c323a53de1f1996cef896d3410d1e6 (patch)
treeec7cf098c3713d7b869bff406b795d0eecd24088 /gst/flv/Makefile.am
parentfe029759392fcd5019f666d2e71e36dd79ca732a (diff)
flvdemux: update for GstIndex removal
Add private GstMemIndex for now.
Diffstat (limited to 'gst/flv/Makefile.am')
-rw-r--r--gst/flv/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/flv/Makefile.am b/gst/flv/Makefile.am
index e8059cb4d..d4124a917 100644
--- a/gst/flv/Makefile.am
+++ b/gst/flv/Makefile.am
@@ -7,7 +7,9 @@ libgstflv_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS}
libgstflv_la_SOURCES = gstflvdemux.c gstflvmux.c
libgstflv_la_LIBTOOLFLAGS = --tag=disable-static
-noinst_HEADERS = gstflvdemux.h gstflvmux.h amfdefs.h
+noinst_HEADERS = gstflvdemux.h gstflvmux.h amfdefs.h gstindex.h
+
+EXTRA_DIST = gstindex.c gstmemindex.c
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \