openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

changed link order to enable OMX callbacks #127

Closed jvcleave closed 11 years ago

jvcleave commented 11 years ago

to enable OMX callbacks to work the link order needs to be changed

primarily to get around this line https://github.com/raspberrypi/userland/blob/master/host_applications/linux/libs/bcm_host/bcm_host.c#L136

otherwise it just silently fails

Don't merge right away as it needs testing

bakercp commented 11 years ago

Cool. do you think the same order change would also apply to pandaboard (arm7), etc? I believe it has omx support, but i'm sure the omx player implementation must be different for their architecture.

jvcleave commented 11 years ago

I think it is probably safe. The issue is with Broadcom specific code but they do make chips for others as well

jvcleave commented 11 years ago

tested with examples and seems ok - merging