jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4
GNU General Public License v2.0
180 stars 61 forks source link

ofxOMXPlayer.h: no such File #45

Closed FlowBo closed 9 years ago

FlowBo commented 9 years ago

i'm trying to compile one example but i always get the ofxOMXPlayer.h: no such File error I could not find anything on the web so i ask you guy's what to do. Thanks

jvcleave commented 9 years ago

Which example? Did you put ofxOMXPlayer in your openFrameworks addons folder?

FlowBo commented 9 years ago

yes i cloned the git to openframeworks/addons. I tried 3 different examples:

openframeworks/addons/ofxomxplayer/example-shader openframeworks/addons/ofxomxplayer/example-multiple-players openframeworks/addons/ofxomxplayer/example-displayrect

always the same error. i will attach an image of the exact error. img_2046

jvcleave commented 9 years ago

rename the folder to ofxOMXPlayer

Linux is case-sensitive

FlowBo commented 9 years ago

Thanks! Now it's working!