jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict w. ofxMidi

gsautr opened this issue · comments

Line 153 of PlatformDefs.h is conflicting with ofxMidi

#define byte    unsigned char

Uncommenting this line works

Thank you I was struggling with this, exists a way to solve this in a future release?