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:
parent
3aa43978da
commit
a61b0df708
@ -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) ---------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user