mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 23:00:32 +01:00
Set BUILDING_AUDACITY for the executable only, as it was intended! ...
... otherwise, nontrivial plug-ins that include Audacity.h won't link on Windows
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
so it can find the files it needs at runtime */
|
||||
#cmakedefine AUDACITY_NAME "@AUDACITY_NAME@"
|
||||
|
||||
/* Define we are compiling Audacity itself, not an Audacity plug-in */
|
||||
#cmakedefine BUILDING_AUDACITY 1
|
||||
|
||||
/* Use system FFmpeg library and disable dynamic loading of it. */
|
||||
#cmakedefine DISABLE_DYNAMIC_LOADING_FFMPEG 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user