diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-05-27 21:13:40 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-05-27 21:15:49 +0100 |
commit | 7d64f596b895071ea253481c97275bf551c013e9 (patch) | |
tree | 33514c3d8b47d492b99c8b94934fd7da7c0f533b /test/Makefile.am | |
parent | f38d037b94aacdccb2aaa058bbe48d1c8079d604 (diff) |
test: Add an easily visible tearing test for video playback
Contributed by Matti Hamalainen.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 96729c1c..c3610f2a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,5 +44,5 @@ vsync.avi: mkvsync.sh clean-vsync-avi: rm -rf vsync.avi .build.tmp -EXTRA_DIST = README mkvsync.sh +EXTRA_DIST = README mkvsync.sh tearing.mp4 clean-local: clean-vsync-avi |