On 10/7/2013 5:31 PM, James Board wrote:
I'm trying to incorporate the libav subroutines into a C++ program. Has this been done? When I try to compile, I get lots of errors like UINT64_c undefined and many others. How difficult would it be to compile the examples in the doc/examples directory with a C++ compiler?
I use libav from a C++ program. I worked around that error about type macros by adding:
CXXFLAGS += -D__STDC_CONSTANT_MACROS But if you're compiling pure C code, why not use a C compiler? Andy _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
