Add gstvideo_dep for meson mpeg2dec test build
authorJan Schmidt <jan@centricular.com>
Fri, 19 May 2017 18:05:02 +0000 (20:05 +0200)
committerJan Schmidt <jan@centricular.com>
Fri, 19 May 2017 18:05:02 +0000 (20:05 +0200)
tests/check/meson.build

index f420303..8019af3 100644 (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' ],