-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't build under OSX #10
Comments
hello, thanks for the tip !! but no luck, building complains about gst/gst.h not found in ofGstUtils.h |
hi, Gstreamer comes with the dependencies when you install OF on Linux, not sure it is the case on mac, as much thing goes through syphon on mac. anyway, have a look at this repo, there is a guideline to install gstreamer on mac or windows : |
there is already ofxGstV4L but i imagine this is Linux Only ? I should try under linux |
we should check that ofxGstV4L2Sink isn't needed when building with mac because everthing it does is done by syphone and there is syphone support included |
ok. |
True what @nanu-c said, ofxGSTV4L2sink is only needed in linux for the preview feature, i think it could be easily disabled in the code, will try to make a branch with this mods, but i can't test it... |
has to be replaced with
|
hello,
i am trying to make it to work under OSX El Capitan and oF0.9.1 but i can't make it to build.
What are exactly the addons to use ?
I had a look at the addons.make file but i am not sure i have the good ones as multiple forks exists for some addons.
thanks a lot.
The text was updated successfully, but these errors were encountered: