Browse Source

Windows: Remove deprecated direct show macro from JUCE demo

tags/2021-05-28
hogliux 7 years ago
parent
commit
8b3ab7c152
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Demo/Source/Demos/VideoDemo.cpp

+ 1
- 1
examples/Demo/Source/Demos/VideoDemo.cpp View File

@@ -26,7 +26,7 @@
#include "../JuceDemoHeader.h"
#if JUCE_MAC || JUCE_DIRECTSHOW
#if JUCE_MAC || JUCE_WINDOWS
//==============================================================================
// so that we can easily have two video windows each with a file browser, wrap this up as a class..


Loading…
Cancel
Save