Closed ossy-szeged closed 9 years ago
What is the error output that you see without your patch?
You can find the full log in the issue: https://github.com/EricssonResearch/openwebrtc-gst-plugins/issues/44
( I wanted to paste the issure number here, but missed.)
And this one? :)
I don't like removing -Werror. I would prefer something more specific if possible. Is it?
It isn't trivial to fix it without removing -Werror, I explained it in my first comment. But I don't have any time to try to find better fix for it.
My first idea was to set -Wno-parentheses-equality CFLAGS. in gst/videorepair/Makefile.am, but it doesn't work, because the parent Makefile adds -Wall to CFLAGS which comes after libgstvideorepair_la_CFLAGS and overrides the -Wno-parentheses-equality option.