Code: Select all
In file included from ../../modules/demux/hls/playlist/HLSSegment.cpp:25:0:
../../include/vlc_gcrypt.h:72:37: warning: 'gcry_thread_cbs' is deprecated (declared at /home/charles-eugene/Android/vlc/vlc/contrib/arm-linux-androideabi/include/gcrypt.h:213) [-Wdeprecated-declarations]
static const struct gcry_thread_cbs gcry_threads_vlc =
^
../../include/vlc_gcrypt.h:81:1: error: too many initializers for 'const gcry_thread_cbs'
};
^
Makefile:16814: recipe for target 'demux/hls/playlist/libhls_plugin_la-HLSSegment.lo' failed
make[4]: *** [demux/hls/playlist/libhls_plugin_la-HLSSegment.lo] Error 1
make[4]: Leaving directory '/home/charles-eugene/Android/vlc/vlc/build-android-arm-linux-androideabi/modules'
Makefile:17339: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/charles-eugene/Android/vlc/vlc/build-android-arm-linux-androideabi/modules'
Makefile:7738: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/charles-eugene/Android/vlc/vlc/build-android-arm-linux-androideabi/modules'
Makefile:2245: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/charles-eugene/Android/vlc/vlc/build-android-arm-linux-androideabi'
Makefile:2130: recipe for target 'all' failed
make: *** [all] Error 2
vlc: make failed
How to fix this issue ?