@ -1,5 +1,7 @@
#include "OMXPlayerCache.h"
#ifdef TARGET_RASPBERRY_PI
namespace ofx {
namespace piMapper {
@ -39,4 +41,6 @@ void OMXPlayerCache::unload(string moviePath){
}
} // namespace piMapper
} // namespace ofx
#endif
@ -1,9 +1,12 @@
#pragma once
#include "ofMain.h"
#include "ofxOMXPlayer.h"
#include "VideoSource.h"
@ -22,3 +25,5 @@ class OMXPlayerCache {