diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-15 16:18:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-15 16:18:02 +0000 |
commit | 2e4d688a89c9d5efc8a1ddb779793e9b6659c067 (patch) | |
tree | 79c0febf24ef68dc36abf71e99e6fe55f9bedeb3 /multimedia/Makefile | |
parent | 1c1da35a3469dabf17d9e66536d3ed16531d08de (diff) | |
download | pkgsrc-2e4d688a89c9d5efc8a1ddb779793e9b6659c067.tar.gz |
get mkvtoolnix-old back from the Attic -- the new version still doesn't
work correctly, at least on NetBSD: mkvmerge happens to spin and burn
CPU time without any progress in output file generation, the old
version finishes the same task properly
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index fcc1f7b652d..e06a6eaf66b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.180 2011/04/10 08:55:07 obache Exp $ +# $NetBSD: Makefile,v 1.181 2011/04/15 16:18:02 drochner Exp $ # COMMENT= Multimedia utilities @@ -99,6 +99,7 @@ SUBDIR+= ming SUBDIR+= mjpegtools SUBDIR+= mkv2mp4 SUBDIR+= mkvtoolnix +SUBDIR+= mkvtoolnix-old SUBDIR+= mlt SUBDIR+= mpeg-lib SUBDIR+= mpeg4ip |