summaryrefslogtreecommitdiff
path: root/multimedia/ffplay
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-07-04 10:33:41 +0000
committeradam <adam@pkgsrc.org>2014-07-04 10:33:41 +0000
commit76f77d36928968110f8889f7c7b28ab065d83eb6 (patch)
tree10de613d83f54839336f5d787ee828751d78b8f5 /multimedia/ffplay
parente8f0a27e551ffa6fcb7635435919f27c1cc7a7cb (diff)
downloadpkgsrc-76f77d36928968110f8889f7c7b28ab065d83eb6.tar.gz
Changes 1.2.7:
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled avcodec/mss4: Fix () in MKVAL() macro avcodec/mss34dsp: fix () in SOP* macros avcodec/mlpdec: fix () in MSB_MASK() macro avcodec/golomb-test: fix () in EXTEND() macro avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE avutil/cpu: force mmx on selection of higher x86 SIMD features avcodec/diracdec: move mc buffer allocation to per frame avfilter/graphdump: Fix pointer to local outside scope more...
Diffstat (limited to 'multimedia/ffplay')
-rw-r--r--multimedia/ffplay/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ffplay/Makefile b/multimedia/ffplay/Makefile
index f92057db6a5..c6f8dac8311 100644
--- a/multimedia/ffplay/Makefile
+++ b/multimedia/ffplay/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2014/04/10 05:39:16 obache Exp $
+# $NetBSD: Makefile,v 1.13 2014/07/04 10:33:41 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffplay/}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Simple SDL frontend for FFmpeg