summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-20 02:15:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-01-20 03:27:01 +0100
commita61b0df7083cd840fc08e74718a086b97aaefd31 (patch)
treee7f8b7d8f0dddf4d17922249ff2a46adf11dd7a1 /libavfilter/libmpcodecs
parent3aa43978da56705df5393df1f3477f9f3b337a38 (diff)
Add ASMALIGN() hack to patch around its recent removial from configure
Diffstat (limited to 'libavfilter/libmpcodecs')
-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) ---------