On Sun, Jun 26, 2016 at 04:44:40PM -0400, Rick Kern wrote:
> Use c++98 standard instead of c++11.
> 
> Signed-off-by: Rick Kern <ker...@gmail.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 19aea61..76d2d27 100755
> --- a/configure
> +++ b/configure
> @@ -4529,7 +4529,7 @@ fi
>  
>  add_cppflags -D_ISOC99_SOURCE
>  add_cxxflags -D__STDC_CONSTANT_MACROS
> -add_cxxflags -std=c++11
> +add_cxxflags -std=c++98

should this not be check_cxxflags ?

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

Democracy is the form of government in which you can choose your dictator

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to