diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-12-23 15:23:27 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2016-01-06 10:23:13 -0300 |
commit | 2784ff669395913f9c0e88a0ee579fc0249cf772 (patch) | |
tree | 5ee774945e4c854054dafc36ea3533edc20b1dc8 /tests | |
parent | b0f5d4f1d59ded0057ae4f27d8ea530e87c0e88f (diff) |
tests: hlsdemux: fix makefile variable typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |