Bug#656502: blender: [FTBFS] Does not build with libav 0.8~beta2

2012-01-19 Thread Thomas Preud'homme
mpat.h and writeffmpeg.c since it is no longer included in libavutil/avutil.h Author: Thomas Preud'homme Origin: vendor Forwarded: no Last-Update: 2012-01-19 --- --- blender-2.61.orig/intern/ffmpeg/ffmpeg_compat.h +++ blender-2.61/intern/ffmpeg/ffmpeg_compat.h @@ -35,6 +35,7 @@ #include #inc

Bug#608680: Only supported for x86 target

2011-01-02 Thread Thomas Preud'homme
-march=native is only supported for (Intel 386 and AMD x86-64)-like targets. A simple solution would be to just disable this flag. Another option would be to populate CPPFLAGS in debian/rules with -march=native depending on the output of dpkg-architecture and the value of DEB_BUILD_OPTIONS. si