| ... | ... | @@ -22,6 +22,16 @@ For example: `./buildsystem/compile.sh -vlc4 run` |
|
|
|
- ./vlc
|
|
|
|
- ./medialibrary/medialibrary
|
|
|
|
|
|
|
|
Note that the NDK requirements are different on VLC 3 and VLC 4.
|
|
|
|
- VLC 3: you'll need NDK 21
|
|
|
|
- VLC 4: You'll need NDK 25
|
|
|
|
|
|
|
|
You can download both here: https://developer.android.com/ndk/downloads
|
|
|
|
|
|
|
|
You'll also have to set a different environment variable depending on the version you want to build:
|
|
|
|
- VLC 3: export ANDROID_NDK=/path/to/android-ndk-r21
|
|
|
|
- VLC 4: export ANDROID_NDK=/path/to/android-ndk-r25
|
|
|
|
|
|
|
|
### CI
|
|
|
|
|
|
|
|
The jobs have been duplicated to build both of these versions. During the transition phase, both jobs will be launched.
|
| ... | ... | |
| ... | ... | |