On Sun, Mar 27, 2016 at 2:39 PM, Aaron Boxer <boxe...@gmail.com> wrote:

> Hello Again,
>
> I have a C++ version of openjpeg that I would like to use with FFmpeg -
> this
> library is going to be statically linked, just like the C version of
> openjpeg.
>
> Are there any special flags I need to set to link with the C++ version,
> which uses the STL and C++11 ?
>

I tried adding -std=c++0x  to the extra c flags, but when I looked at
config.log, I was these flags sent to gcc:

-std=c++0x  -std=c99

So, it seems that c99 is over-riding c++0x.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to