| ... | @@ -2,12 +2,13 @@ The project is now ready to build VLC 3 and VLC 4. |
... | @@ -2,12 +2,13 @@ The project is now ready to build VLC 3 and VLC 4. |
|
|
|
|
|
|
|
### Build VLC 4 from Android studio
|
|
### Build VLC 4 from Android studio
|
|
|
|
|
|
|
|
To build vlc-android with VLC 4, gradle needs a property: `-PforceVlc4=true`. Another way to do that is to force the `vlcMajorVersion` variable in the root project `build.gradle` file to `4`.
|
|
To build vlc-android with VLC 4, gradle needs a property: `-PforceVlc4=true`.
|
|
|
|
|
|
|
|
It can be directly added to the gradle task command line or in Android Studio globally.
|
|
It can be directly added to the gradle task command line or in Android Studio globally.
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
|
|
|
|
### Build VLC 4 from `compile.sh`
|
|
### Build VLC 4 from `compile.sh`
|
|
|
|
|
|
|
|
A new parameter has been added to the script. Juste use `-vlc4` to build.
|
|
A new parameter has been added to the script. Juste use `-vlc4` to build.
|
| ... | |
... | |
| ... | | ... | |