diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-05-23 12:02:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-05-23 12:04:15 +0100 |
commit | 8fc0e4f55c5ef2840e3d6b30c310436ba0f0dc45 (patch) | |
tree | 763709b73c3e227be51094d4e3c116501572279a /tests | |
parent | b74d4f972a05bffa67e5d618a24c6d525a421e69 (diff) |
tests: add back videoscale unit test
Has been removed in 835422b2 as part of porting
things over to the new videoscale API.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 158e723c8..b6f0c8637 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -232,6 +232,7 @@ check_PROGRAMS = \ $(check_typefind) \ $(check_videoconvert) \ $(check_videorate) \ + $(check_videoscale) \ $(check_videotestsrc) \ $(check_volume) \ $(check_vorbis) \ |