summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-09-04 17:52:35 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-09-04 17:52:35 +0300
commitea555c65959c3750c077becec13be8b6b666dea3 (patch)
tree91363c1f4c15ef4480604f94ac6e36b9e3ccadea
parent96c273f18a6496def958a1ba241bfc1053da0e17 (diff)
hlsdemux: Compile the m3u8.c directly instead of re-using the .o file
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)