You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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