buildsystem: medialibrary: build fails due to missing jpeglib.h
Description
First attempt of building vlc android with ./buildsystem/compiles.sh on a clean repository ends with false positive "Build Successful"
however ./build contains no output directory.
Second attempt of building vlc with ./buildsystem/compiles.sh fails due to missing jpeglib.h
I have debugged upto this point for now:
The error occurs executing the line https://code.videolan.org/videolan/vlc-android/-/blob/master/buildsystem/compile-medialibrary.sh?ref_type=heads#L206
meson compile -C "build-android-$ANDROID_ABI"
Expected behavior
It should build successfully.
Context
NDK Version: 21.4.7075529
Edited by Khalid Masum