[vlc-devel] [PATCH 11/14] configure: darwin: do not hardcode a C++ version

Alexandre Janniaux ajanni at videolabs.io
Fri Mar 13 10:58:08 CET 2020


Hi,

You could mention that it is already handled by the
stdcxx_14.m4 macro.

Regards,
--
Alexandre Janniaux
Videolabs

On Wed, Mar 11, 2020 at 01:37:32PM +0100, Marvin Scholz wrote:
> ---
>  configure.ac | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 988fc45126..72b1a8e8ed 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -172,7 +172,6 @@ case "${host_os}" in
>      AX_APPEND_FLAG([-D_INTL_REDIRECT_MACROS], [CPPFLAGS])
>      AX_APPEND_FLAG([-stdlib=libc++], [CXXFLAGS])
>      CFLAGS="${CFLAGS} -std=gnu11"
> -    CXX="${CXX} -std=c++11"
>      OBJCFLAGS="${OBJCFLAGS} -std=gnu11 -Werror=partial-availability"
>      LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names"
>      VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
> --
> 2.21.1 (Apple Git-122.3)
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list