summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg1/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-11-10 15:38:22 +0000
committeradam <adam@pkgsrc.org>2014-11-10 15:38:22 +0000
commit3b89baf19cecaa045851f7f494411be71175e682 (patch)
treec97469bd72d1f8767f5a2a2e7619f6943c1769b6 /multimedia/ffmpeg1/Makefile.common
parent64e0c550c2e82ec66ec11092e52a186fbf3ada5d (diff)
downloadpkgsrc-3b89baf19cecaa045851f7f494411be71175e682.tar.gz
Changes 1.2.10:
* avcodec/svq1dec: zero terminate embedded message before printing * avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. * avcodec/dnxhddec: treat pix_fmt like width/height * avcodec/dxa: check dimensions * avcodec/dirac_arith: fix integer overflow * avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y * avcodec/diracdec: Use 64bit in calculation of codeblock coordinates * postproc: fix qp count * postproc/postprocess: fix quant store for fq mode * avcodec/h264_slice: Clear table pointers to avoid stale pointers
Diffstat (limited to 'multimedia/ffmpeg1/Makefile.common')
-rw-r--r--multimedia/ffmpeg1/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg1/Makefile.common b/multimedia/ffmpeg1/Makefile.common
index f4315472461..628b20a4fba 100644
--- a/multimedia/ffmpeg1/Makefile.common
+++ b/multimedia/ffmpeg1/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2014/10/10 12:30:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2014/11/10 15:38:22 adam Exp $
# used by multimedia/ffplay1/Makefile
# used by multimedia/ffmpeg1/Makefile
-DISTNAME= ffmpeg-1.2.9
+DISTNAME= ffmpeg-1.2.10
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.bz2