1
0
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:
Leland Lucius
2020-08-18 22:39:19 -05:00
parent 25ddfc7bb4
commit 743585fb4b
70 changed files with 5067 additions and 10533 deletions

View File

@@ -45,4 +45,6 @@
#define AV_PRAGMA(s) _Pragma(#s)
#define FFALIGN(x, a) (((x)+(a)-1)&~((a)-1))
#endif /* AVUTIL_MACROS_H */