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

This commit is contained in:
Michael Niedermayer
2011-01-20 03:27:01 +01:00
parent 3aa43978da
commit a61b0df708
+2
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) ---------