hls: link to the right gst-plugins-base libs and fix libs order

https://bugzilla.gnome.org/show_bug.cgi?id=690030
This commit is contained in:
Michael Esemplare 2012-12-11 21:09:02 +00:00 committed by Tim-Philipp Müller
parent 09512c5db1
commit 91bf909469

View file

@ -11,8 +11,9 @@ libgstfragmented_la_SOURCES = \
gstm3u8playlist.c
libgstfragmented_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUP_CFLAGS) $(GIO_CFLAGS)
libgstfragmented_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(SOUP_LIBS) $(GIO_LIBS) $(LIBM) \
-lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION)
libgstfragmented_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) \
$(GST_BASE_LIBS) $(GST_LIBS) $(SOUP_LIBS) $(GIO_LIBS) $(LIBM)
libgstfragmented_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -no-undefined
libgstfragmented_la_LIBTOOLFLAGS = --tag=disable-static