mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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>
This commit is contained in:
parent
055de3cdff
commit
298e22e217
1 changed files with 1 additions and 1 deletions
|
@ -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]],
|
||||
|
|
Loading…
Reference in a new issue