[Buildroot] [git commit] x265: new package

Thijs Vermeir thijsvermeir at gmail.com
Mon Oct 26 12:49:30 UTC 2015


Hi,

On Sun, Oct 25, 2015 at 10:30 PM, Peter Korsgaard <peter at korsgaard.com> wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=b261a01323352f6b6b19dffff5ee336be581de86
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> x265 is a H.265 / HEVC video encoder application library, designed to encode
> video or images into an H.265 / HEVC encoded bitstream.
>
> http://x265.org
>
> [Peter: use positive logic for CLI option]
> Signed-off-by: Thijs Vermeir <thijsvermeir at gmail.com>
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
> ---
>  ...
> +
> +ifeq ($(BR2_PACKAGE_X265_CLI),y)
> +X265_CONF_OPTS += -DENABLE_CLI=true
> +else
> +X265_CONF_OPTS += -DENABLE_CLI=else
> +endif

This might be a bit too positive :-) (always resolves to true)

Gr,
Thijs



More information about the buildroot mailing list