> Sorry for the Germanese - the mail was supposed to go to Wolfram only.
:) Anyway, Michael's patch _does_ work with current ffmpeg with one additional line: --- SConstruct.orig Mon Mar 24 07:29:02 2008 +++ SConstruct Mon Mar 24 07:33:24 2008 @@ -127,6 +127,7 @@ env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libavcodec')) env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libavformat')) env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include','libswscale')) + env.Append(CPPPATH=os.path.join(str(ffmpegpath),'include')) if (ffmpegpath!='/usr'): env.Append(LIBPATH=os.path.join(str(ffmpegpath),'lib')) (this is needed because the ffmpeg headers now use #include "libavcodec/..." etc. internally) Thanks! Regards, Wolfram. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
