Re: [FFmpeg-devel] [PATCH] configure: Increase minimum libx265 version

2020-01-17 Thread Michael Niedermayer
On Thu, Jan 16, 2020 at 09:18:07PM +, Derek Buitenhuis wrote:
> On 08/01/2020 22:21, Andriy Gelman wrote:
> > From: Andriy Gelman 
> > 
> > libx265.c references a member x265_picture.quantOffsets (for ROI
> > support) which was added in X265_BUILD 70. Increase the minimum libx265
> > version to fix compilation.
> > 
> > Signed-off-by: Andriy Gelman 
> > ---
> 
> OK.

will apply

thx

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire


signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] configure: Increase minimum libx265 version

2020-01-16 Thread Derek Buitenhuis
On 08/01/2020 22:21, Andriy Gelman wrote:
> From: Andriy Gelman 
> 
> libx265.c references a member x265_picture.quantOffsets (for ROI
> support) which was added in X265_BUILD 70. Increase the minimum libx265
> version to fix compilation.
> 
> Signed-off-by: Andriy Gelman 
> ---

OK.

- Derek
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] configure: Increase minimum libx265 version

2020-01-16 Thread Andriy Gelman
On Wed, 08. Jan 17:21, Andriy Gelman wrote:
> From: Andriy Gelman 
> 
> libx265.c references a member x265_picture.quantOffsets (for ROI
> support) which was added in X265_BUILD 70. Increase the minimum libx265
> version to fix compilation.
> 
> Signed-off-by: Andriy Gelman 
> ---
> 
> ubuntu 16.04 LTS is using X265_BUILD 79
> 
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 46f20386273..1f3d0fdd4bc 100755
> --- a/configure
> +++ b/configure
> @@ -6361,7 +6361,7 @@ enabled libx264   && { check_pkg_config libx264 
> x264 "stdint.h x264.h" x
>   require_cpp_condition libx264 x264.h 
> "X264_BUILD >= 118" &&
>   check_cpp_condition libx262 x264.h "X264_MPEG2"
>  enabled libx265   && require_pkg_config libx265 x265 x265.h 
> x265_api_get &&
> - require_cpp_condition libx265 x265.h 
> "X265_BUILD >= 68"
> + require_cpp_condition libx265 x265.h 
> "X265_BUILD >= 70"
>  enabled libxavs   && require libxavs "stdint.h xavs.h" 
> xavs_encoder_encode "-lxavs $pthreads_extralibs $libm_extralibs"
>  enabled libxavs2  && require_pkg_config libxavs2 "xavs2 >= 1.3.0" 
> "stdint.h xavs2.h" xavs2_api_get
>  enabled libxvid   && require libxvid xvid.h xvid_global -lxvidcore
> -- 
> 2.24.0
> 

ping

-- 
Andriy
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] configure: Increase minimum libx265 version

2020-01-08 Thread Andriy Gelman
From: Andriy Gelman 

libx265.c references a member x265_picture.quantOffsets (for ROI
support) which was added in X265_BUILD 70. Increase the minimum libx265
version to fix compilation.

Signed-off-by: Andriy Gelman 
---

ubuntu 16.04 LTS is using X265_BUILD 79

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 46f20386273..1f3d0fdd4bc 100755
--- a/configure
+++ b/configure
@@ -6361,7 +6361,7 @@ enabled libx264   && { check_pkg_config libx264 
x264 "stdint.h x264.h" x
  require_cpp_condition libx264 x264.h "X264_BUILD 
>= 118" &&
  check_cpp_condition libx262 x264.h "X264_MPEG2"
 enabled libx265   && require_pkg_config libx265 x265 x265.h 
x265_api_get &&
- require_cpp_condition libx265 x265.h "X265_BUILD 
>= 68"
+ require_cpp_condition libx265 x265.h "X265_BUILD 
>= 70"
 enabled libxavs   && require libxavs "stdint.h xavs.h" 
xavs_encoder_encode "-lxavs $pthreads_extralibs $libm_extralibs"
 enabled libxavs2  && require_pkg_config libxavs2 "xavs2 >= 1.3.0" 
"stdint.h xavs2.h" xavs2_api_get
 enabled libxvid   && require libxvid xvid.h xvid_global -lxvidcore
-- 
2.24.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".