From ea555c65959c3750c077becec13be8b6b666dea3 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 4 Sep 2014 17:52:35 +0300 Subject: hlsdemux: Compile the m3u8.c directly instead of re-using the .o file --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 639893ffb..cfb5b0093 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -483,7 +483,7 @@ elements_compositor_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) elements_hlsdemux_m3u8_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS) -I$(top_builddir)/ext/hls elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) \ - $(top_builddir)/ext/hls/.libs/libgstfragmented_la-m3u8.o + $(top_builddir)/ext/hls/m3u8.c elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c orc_compositor_CFLAGS = $(ORC_CFLAGS) -- cgit v1.2.3