From 2784ff669395913f9c0e88a0ee579fc0249cf772 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 23 Dec 2015 15:23:27 -0300 Subject: tests: hlsdemux: fix makefile variable typo --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 1701aa040..08a67113b 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -170,7 +170,7 @@ endif if USE_HLS check_hlsdemux_m3u8 = elements/hlsdemux_m3u8 -check_hls_demux = elements/hls_demux +check_hlsdemux = elements/hls_demux else check_hlsdemux_m3u8 = check_hlsdemux = -- cgit v1.2.1