projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32335ab
)
Add gstvideo_dep for meson mpeg2dec test build
author
Jan Schmidt
<jan@centricular.com>
Fri, 19 May 2017 18:05:02 +0000
(20:05 +0200)
committer
Jan Schmidt
<jan@centricular.com>
Fri, 19 May 2017 18:05:02 +0000
(20:05 +0200)
tests/check/meson.build
patch
|
blob
|
history
diff --git
a/tests/check/meson.build
b/tests/check/meson.build
index
f420303
..
8019af3
100644
(file)
--- a/
tests/check/meson.build
+++ b/
tests/check/meson.build
@@
-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' ],