From 2b7e0d0e73bd1a09a13efd75d4cd070c877ff208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 5 Sep 2014 12:56:13 +0300 Subject: [PATCH] hlsdemux: And fix Makefile yet again --- 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 ea25d56f38..dc95b961f8 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_srcdir)/ext/hls elements_hlsdemux_m3u8_LDADD = $(GST_BASE_LIBS) $(LDADD) - $(top_srcdir)/ext/hls/m3u8.c +elements_hlsdemux_m3u8_SOURCES = elements/hlsdemux_m3u8.c orc_compositor_CFLAGS = $(ORC_CFLAGS) orc_compositor_LDADD = $(ORC_LIBS) -lorc-test-0.4