On Oct 8, 2013, at 11:12 AM, James Board <[email protected]> wrote: > > I tried exactly that with the demuxing.c example. When I try to compile > it with the C++ compiler, I get errors. When I compile with the C compiler, > no errors. What do I need to do to get demuxing.c to compile with the C++ > compiler in Linux? >
That's an example program written in C. There's nothing in the actual codebase (as opposed to the examples) that doesn't work in C++. Compile a C example as C. Bruce
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
