Re: [FFmpeg-devel] [FFmpeg-cvslog] lavd/decklink: Fix compile issue on OS X

2016-06-26 Thread Richard Kern
> On Jun 26, 2016, at 4:10 PM, James Almer wrote: > > On 6/23/2016 8:08 PM, Rick Kern wrote: >> Fixes #4124: Invalid argument '-std=c99' not allowed with 'C++/ObjC++' >> C++ files fail to compile. This adds '-std=c++11' to CXX_FLAGS to fix. >> >> Signed-off-by: Rick Kern >> --- >> common.mak |

Re: [FFmpeg-devel] [FFmpeg-cvslog] lavd/decklink: Fix compile issue on OS X

2016-06-26 Thread James Almer
On 6/23/2016 8:08 PM, Rick Kern wrote: > Fixes #4124: Invalid argument '-std=c99' not allowed with 'C++/ObjC++' > C++ files fail to compile. This adds '-std=c++11' to CXX_FLAGS to fix. > > Signed-off-by: Rick Kern > --- > common.mak | 2 +- > configure | 1 + > 2 files changed, 2 insertions(+),