1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Add ASMALIGN() hack to patch around its recent removial from configure

This commit is contained in:
Michael Niedermayer 2011-01-20 02:15:10 +01:00
parent 3aa43978da
commit a61b0df708

View File

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