[vlc-devel] [vlc-commits] contribs: enable placebo everywhere but windows
Steve Lhomme
robux4 at gmail.com
Wed Nov 8 08:24:34 CET 2017
On Tue, Nov 7, 2017 at 7:05 PM, Jean-Baptiste Kempf <git at videolan.org> wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 7 19:04:39 2017 +0100| [190b51b334fdb95c93998893d9dbca5c2c930d1e] | committer: Jean-Baptiste Kempf
>
> contribs: enable placebo everywhere but windows
>
> Since OpenGL is now the default everywhere except windows
Is it because it would get too high priority compared to D3D ?
Otherwise I wouldn't mind trying it on Windows.
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=190b51b334fdb95c93998893d9dbca5c2c930d1e
> ---
>
> contrib/src/libplacebo/rules.mak | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/contrib/src/libplacebo/rules.mak b/contrib/src/libplacebo/rules.mak
> index 18850bd9fc..3f36f283c0 100644
> --- a/contrib/src/libplacebo/rules.mak
> +++ b/contrib/src/libplacebo/rules.mak
> @@ -4,6 +4,13 @@ PLACEBO_VERSION := 0.1.2
> PLACEBO_URL := https://github.com/haasn/libplacebo/archive/v$(PLACEBO_VERSION).tar.gz
> PLACEBO_ARCHIVE = libplacebo-$(PLACEBO_VERSION).tar.gz
>
> +ifndef HAVE_WIN32
> +PKGS += libplacebo
> +ifeq ($(call need_pkg,"libplacebo"),)
> +PKGS_FOUND += libplacebo
> +endif
> +endif
> +
> PLACEBOCONF := --prefix="$(PREFIX)" \
> --libdir lib \
> --default-library static
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
More information about the vlc-devel
mailing list