From cf363f39d74ed1590c79b83a56bb16c15dc18b5c Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 28 Sep 2011 15:39:16 +0000 Subject: mkvalidator is a simple command line tool to verify Matroska and WebM files for spec conformance. It checks the various bogus or missing key elements against the EBML DocType version of the file and reports the errors/warnings in the command line. http://www.matroska.org/downloads/mkvalidator.html --- multimedia/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia/Makefile') diff --git a/multimedia/Makefile b/multimedia/Makefile index ef9257e3155a..38c2c77a9cf6 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -195,6 +195,7 @@ SUBDIR += miro SUBDIR += mjpegtools SUBDIR += mkclean + SUBDIR += mkvalidator SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt -- cgit