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

added needed dependency #126

Closed timonsku closed 6 years ago

timonsku commented 6 years ago

will not compile on a standard raspbian install otherwise

jvcleave commented 6 years ago

thanks - I actually have it at a bunch more but haven't tested it enough

https://github.com/jvcleave/ofxOMXPlayer/blob/pkgconfig/install_depends.sh

timonsku commented 6 years ago

Ah I totally missed that script. At least on my Stretch install it worked. Installing this package also installs pretty much every other libav* package as they all depend on each other. Not 100% sure about libpostproc though but maybe it comes with the OF dependencies or default in raspbian by now or also gets pulled in by the libav stuff.

timonsku commented 6 years ago

*Stretch not Jessie!