X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fmatroska%2FMakefile.am;h=960a831ee03cb6372cdf65177e6f205089d0ebf5;hb=3320f4f0defae2b9626879ad61f30b1c59c14752;hp=6c3f2275e87ea4551065814ebff40d0b3da41043;hpb=8c6d2c506a102109339347e039cb38a2047fef40;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/matroska/Makefile.am b/gst/matroska/Makefile.am index 6c3f227..960a831 100644 --- a/gst/matroska/Makefile.am +++ b/gst/matroska/Makefile.am @@ -5,28 +5,40 @@ libgstmatroska_la_SOURCES = \ ebml-write.c \ matroska.c \ matroska-demux.c \ + matroska-parse.c \ matroska-ids.c \ - matroska-mux.c + matroska-mux.c \ + matroska-read-common.c \ + webm-mux.c \ + lzo.c noinst_HEADERS = \ ebml-ids.h \ ebml-read.h \ ebml-write.h \ matroska-demux.h \ + matroska-parse.h \ matroska-ids.h \ - matroska-mux.h + matroska-mux.h \ + matroska-read-common.h \ + webm-mux.h \ + lzo.h libgstmatroska_la_CFLAGS = \ - $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_CFLAGS) \ - -I$(top_srcdir)/gst-libs + $(GST_BASE_CFLAGS) \ + $(GST_CFLAGS) libgstmatroska_la_LIBADD = \ - $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ + -lgstriff-@GST_API_VERSION@ \ + -lgstaudio-@GST_API_VERSION@ \ + -lgstvideo-@GST_API_VERSION@ \ + -lgsttag-@GST_API_VERSION@ \ + -lgstpbutils-@GST_API_VERSION@ \ + $(GST_BASE_LIBS) \ $(GST_LIBS) \ - -lgstriff-@GST_MAJORMINOR@ \ - -lgsttag-@GST_MAJORMINOR@ \ $(ZLIB_LIBS) \ + $(BZ2_LIBS) \ $(LIBM) libgstmatroska_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstmatroska_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)