mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Bug 2381 - Mac: Export to Opus (OggOpus) is not available on Mac - Opus import fails on Mac
This commit is contained in:
@@ -45,4 +45,6 @@
|
||||
|
||||
#define AV_PRAGMA(s) _Pragma(#s)
|
||||
|
||||
#define FFALIGN(x, a) (((x)+(a)-1)&~((a)-1))
|
||||
|
||||
#endif /* AVUTIL_MACROS_H */
|
||||
|
||||
Reference in New Issue
Block a user