Add gstvideo_dep for meson mpeg2dec test build

This commit is contained in:
Jan Schmidt 2017-05-19 20:05:02 +02:00
parent 32335ab3e4
commit 82f0bc240f

View file

@ -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' ],