summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-05-19 15:39:50 +0200
committerStéphane Cerveau <scerveau@collabora.com>2020-05-19 15:39:50 +0200
commit298e22e217d7241e2c84e45326a5a1ed2f610b5e (patch)
treec1195ce46a281e87a61ad5f10126df5b045dc049 /tests
parent055de3cdff4c066ace452f547c21f7d7c500eeb5 (diff)
downloadgstreamer-plugins-bad-298e22e217d7241e2c84e45326a5a1ed2f610b5e.tar.gz
tests: fix nalutils file name
The filename was too long causing issues with ccache Fix https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/97 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1281>
Diffstat (limited to 'tests')
-rw-r--r--tests/check/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index d9c39848e..c305fd49b 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -59,7 +59,7 @@ base_tests = [
[['libs/h265parser.c'], false, [gstcodecparsers_dep]],
[['libs/insertbin.c'], false, [gstinsertbin_dep]],
[['libs/isoff.c'], false, [gstisoff_dep]],
- [['libs/nalutils.c', meson.current_source_dir() + '/../../gst-libs/gst/codecparsers/nalutils.c'], false, [nalutils_dep]],
+ [['libs/nalutils.c', '../../gst-libs/gst/codecparsers/nalutils.c'], false, [nalutils_dep]],
[['libs/mpegts.c'], false, [gstmpegts_dep]],
[['libs/mpegvideoparser.c'], false, [gstcodecparsers_dep]],
[['libs/planaraudioadapter.c'], false, [gstbadaudio_dep]],