diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-01-20 02:15:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-20 03:27:01 +0100 |
commit | a61b0df7083cd840fc08e74718a086b97aaefd31 (patch) | |
tree | e7f8b7d8f0dddf4d17922249ff2a46adf11dd7a1 /libavfilter/libmpcodecs | |
parent | 3aa43978da56705df5393df1f3477f9f3b337a38 (diff) | |
download | ffmpeg-a61b0df7083cd840fc08e74718a086b97aaefd31.tar.gz |
Add ASMALIGN() hack to patch around its recent removial from configure
Diffstat (limited to 'libavfilter/libmpcodecs')
-rw-r--r-- | 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 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) --------- |