justinjoy / gst-android-camera

GNU Lesser General Public License v2.1
32 stars 9 forks source link

remove gstAndroidRoot path #7

Closed Maestro157 closed 5 years ago

Maestro157 commented 5 years ago

Remove defined gstAndroidRoot path in gradle.properties as it overrides the path set in an environment variable and leads to compiling errors, because the gstreamer android binaries are not found.

justinjoy commented 5 years ago

Thank you for PR.

Regarding the variable, 'gstAndroidRoot', we have already discussed in #5, but IMHO, I think it's not good to remove entirely. Can you comment-out instead of removing?

Maestro157 commented 5 years ago

Ok, I open a new pull request and comment out the path.