mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Updating new Xcode project
This provides additional improvements and updates for building Audacity using Xcode 5.1 or above. The whole configure/makefile system is no longer used during normal builds. During library additions/updates it used to regenerated the headers in mac/config.
This commit is contained in:
12
mac/config/i386/lib-src/lv2/serd/serd_config.h
Normal file
12
mac/config/i386/lib-src/lv2/serd/serd_config.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/* WARNING! All changes made to this file will be lost! */
|
||||
|
||||
#ifndef W_SERD_CONFIG_H_WAF
|
||||
#define W_SERD_CONFIG_H_WAF
|
||||
|
||||
#define HAVE_FMAX 1
|
||||
#define HAVE_POSIX_MEMALIGN 1
|
||||
/* #undef HAVE_POSIX_FADVISE */
|
||||
#define HAVE_FILENO 1
|
||||
#define SERD_VERSION "0.20.0"
|
||||
|
||||
#endif /* W_SERD_CONFIG_H_WAF */
|
||||
Reference in New Issue
Block a user