Hi, I have just retrieved the last linphone android sources but when I run ndk-build, there is an error with yuv2rgb.vs.h and yuv2rgb.fs.h. The compilation process can not find these 2 header files.
Do you know where I can retrieve valid source files for linphone android and iPhone ? Thanks Miguel See the trace error below: ... .... Compile arm : mediastreamer2 <= android-display.c jni/..//submodules/linphone/mediastreamer2/build/android/../../src/android-display.c:84: warning: 'select_orientation' defined but not used Compile++ arm : mediastreamer2 <= android-display-bad.cpp Compile++ arm : mediastreamer2 <= msandroidvideo.cpp jni/..//submodules/linphone/mediastreamer2/build/android/../../src/msandroidvideo.cpp:536: warning: 'void compute_cropping_offsets(MSVideoSize, MSVideoSize, int*, int*)' defined but not used Compile arm : mediastreamer2 <= vp8.c Compile arm : mediastreamer2 <= shaders.c Compile arm : mediastreamer2 <= opengles_display.c jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:381:24: error: yuv2rgb.vs.h: No such file or directory jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:382:24: error: yuv2rgb.fs.h: No such file or directory jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c: In function 'load_shaders': jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:383: error: 'yuv2rgb_fs_len' undeclared (first use in this function) jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:383: error: (Each undeclared identifier is reported only once jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:383: error: for each function it appears in.) jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:384: error: 'yuv2rgb_vs_len' undeclared (first use in this function) jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:389: error: 'yuv2rgb_vs' undeclared (first use in this function) jni/..//submodules/linphone/mediastreamer2/build/android/../../src/opengles_display.c:391: error: 'yuv2rgb_fs' undeclared (first use in this function) _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
