Browse Source

path patch Raspi bugfixing

master
das 5 years ago
committed by Krisjanis Rijnieks
parent
commit
efcd6d9cd8
  1. 7
      src/MediaServer/MediaServer.cpp

7
src/MediaServer/MediaServer.cpp

@ -1,15 +1,14 @@
#include "MediaServer.h"
namespace ofx {
namespace piMapper {
// relative pathss as default, absolute Paths for RASPI
bool absolutePathSwitch = false;
#ifdef TARGET_RASPBERRY_PI
absolutePathSwitch = true;
bool absolutePathSwitch = true;
#else
bool absolutePathSwitch = false;
#endif
MediaServer::MediaServer() :
piVideoWatcher(PI_IMAGES_DIR, SourceType::SOURCE_TYPE_VIDEO),

Loading…
Cancel
Save