mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
This commit is contained in:
parent
814f317346
commit
18df1b0937
12 changed files with 109 additions and 76 deletions
|
|
@ -348,7 +348,7 @@ private:
|
|||
{
|
||||
recorder.stop();
|
||||
|
||||
#if (JUCE_ANDROID || JUCE_IOS)
|
||||
#if JUCE_CONTENT_SHARING
|
||||
SafePointer<AudioRecordingDemo> safeThis (this);
|
||||
File fileToShare = lastRecording;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue