Browse Source

Fix `OMXPlayerCache` `VideoSource` not defined compile error

master
Krisjanis Rijnieks 9 years ago
parent
commit
f9fe75d499
  1. 1
      src/Sources/OMXPlayerCache.h

1
src/Sources/OMXPlayerCache.h

@ -2,6 +2,7 @@
#include "ofMain.h"
#include "ofxOMXPlayer.h"
#include "VideoSource.h"
namespace ofx {
namespace piMapper {

Loading…
Cancel
Save