diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-30 17:20:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-30 17:20:57 +0000 |
commit | 2884785d54c323a53de1f1996cef896d3410d1e6 (patch) | |
tree | ec7cf098c3713d7b869bff406b795d0eecd24088 /gst/flv/Makefile.am | |
parent | fe029759392fcd5019f666d2e71e36dd79ca732a (diff) |
flvdemux: update for GstIndex removal
Add private GstMemIndex for now.
Diffstat (limited to 'gst/flv/Makefile.am')
-rw-r--r-- | gst/flv/Makefile.am | 4 |
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 \ |