1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00

New class: DirectShowComponent, for native video playback in Windows. Added a demo page for this to the juce demo app.

This commit is contained in:
Julian Storer 2011-06-14 18:54:32 +01:00
parent a6f3466852
commit b94782d388
50 changed files with 2643 additions and 47 deletions

View file

@ -16,6 +16,8 @@
#define JUCE_ASIO 0
#define JUCE_WASAPI 0
#define JUCE_DIRECTSOUND 0
//#define JUCE_DIRECTSHOW
//#define JUCE_MEDIAFOUNDATION
#define JUCE_ALSA 0
#define JUCE_QUICKTIME 0
#define JUCE_OPENGL 0