On Oct 19, 2011 8:37 PM, "Luke Clemens" <[email protected]> wrote: > > Also since you're using gcc, i think you need to enclose your #includes within and extern "C" { }
No, gcc is a C compiler; for C++, g++ is used. The extern "C" consruct is for C++. Alex
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
