From 8fc0e4f55c5ef2840e3d6b30c310436ba0f0dc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 May 2015 12:02:26 +0100 Subject: [PATCH] tests: add back videoscale unit test Has been removed in 835422b2 as part of porting things over to the new videoscale API. --- tests/check/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 158e723c87..b6f0c8637e 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) \