mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Add ASMALIGN() hack to patch around its recent removial from configure
This commit is contained in:
@@ -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) ---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user