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) ---------