mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Add gstvideo_dep for meson mpeg2dec test build
This commit is contained in:
parent
32335ab3e4
commit
82f0bc240f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# name, condition when to skip the test and extra dependencies
|
||||
ugly_tests = [
|
||||
[ 'elements/amrnbenc', not amrnb_dep.found() ],
|
||||
[ 'elements/mpeg2dec', not mpeg2_dep.found() ],
|
||||
[ 'elements/mpeg2dec', not mpeg2_dep.found(), [ gstvideo_dep ] ],
|
||||
[ 'elements/mpg123audiodec', not mpg123_dep.found() ],
|
||||
[ 'elements/x264enc', not x264_dep.found() ],
|
||||
[ 'elements/xingmux' ],
|
||||
|
|
Loading…
Reference in a new issue