[FFmpeg-cvslog] Add ASMALIGN() hack to patch around its recent removial from configure
Michael Niedermayer
git
Thu Jan 20 03:54:53 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jan 20 02:15:10 2011 +0100| [a61b0df7083cd840fc08e74718a086b97aaefd31] | committer: Michael Niedermayer
Add ASMALIGN() hack to patch around its recent removial from configure
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a61b0df7083cd840fc08e74718a086b97aaefd31
---
libavfilter/libmpcodecs/mp_image.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavfilter/libmpcodecs/mp_image.h b/libavfilter/libmpcodecs/mp_image.h
index 02c7848..3d566af 100644
--- a/libavfilter/libmpcodecs/mp_image.h
+++ b/libavfilter/libmpcodecs/mp_image.h
@@ -33,6 +33,8 @@
#undef rand
#undef srand
#undef printf
+#define ASMALIGN(ZEROBITS) ".p2align " #ZEROBITS "\n\t"
+
//--------- codec's requirements (filled by the codec/vf) ---------
More information about the ffmpeg-cvslog
mailing list