Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-20 04:15:10 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-20 05:27:01 +0300
commita61b0df7083cd840fc08e74718a086b97aaefd31 (patch)
treee7f8b7d8f0dddf4d17922249ff2a46adf11dd7a1 /libavfilter
parent3aa43978da56705df5393df1f3477f9f3b337a38 (diff)
Add ASMALIGN() hack to patch around its recent removial from configure
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/libmpcodecs/mp_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/libmpcodecs/mp_image.h b/libavfilter/libmpcodecs/mp_image.h
index 02c78482a2..3d566af693 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) ---------