diff options
author | adam <adam> | 2016-12-07 12:56:19 +0000 |
---|---|---|
committer | adam <adam> | 2016-12-07 12:56:19 +0000 |
commit | 1ac715d3aa5ad083f3d502d2693eab4241b9dd54 (patch) | |
tree | a635ecc342bdcfc97ea9c4c8430df0d6c37c55d9 /multimedia/ffmpeg3/Makefile | |
parent | e60c4329d2624df2e4825bdbf655bdd4447204a2 (diff) | |
download | pkgsrc-1ac715d3aa5ad083f3d502d2693eab4241b9dd54.tar.gz |
version 3.2.2:
- ffserver: Check chunk size
- Avoid using the term "file" and prefer "url" in some docs and comments
- avformat/rtmppkt: Check for packet size mismatches
- zmqsend: Initialize ret to 0
- avcodec/flacdec: Fix undefined shift in decode_subframe()
- avcodec/get_bits: Fix get_sbits_long(0)
- avformat/ffmdec: Check media type for chunks
- avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()
- avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c
- avformat/oggparsespeex: Check frames_per_packet and packet_size
- avformat/utils: Check start/end before computing duration in update_stream_timings()
- avcodec/flac_parser: Update nb_headers_buffered
- avformat/idroqdec: Check chunk_size for being too large
- avcodec/me_cmp: Fix median_sad size
- avformat/utils: Fix type mismatch
- configure: check for strtoull on msvc
- http: move chunk handling from http_read_stream() to http_buf_read().
- http: make length/offset-related variables unsigned
Diffstat (limited to 'multimedia/ffmpeg3/Makefile')
-rw-r--r-- | multimedia/ffmpeg3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile index 60ad1b325db..d8c58625dc5 100644 --- a/multimedia/ffmpeg3/Makefile +++ b/multimedia/ffmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/10/03 12:22:35 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/12/07 12:56:19 adam Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -7,6 +7,7 @@ COMMENT= Decoding, encoding and streaming software (v3.x) CONFIGURE_ARGS+= --enable-avfilter #CONFIGURE_ARGS+= --enable-avfilter-lavf +CONFIGURE_ARGS+= --enable-lto CONFIGURE_ARGS+= --enable-postproc CONFIGURE_ARGS+= --disable-ffplay |