Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AL GHAZWANI
VLC-Android
Commits
e45a64c7
Commit
e45a64c7
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.5.0-eap9
parent
832f5080
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
buildsystem/compile-medialibrary.sh
+1
-1
1 addition, 1 deletion
buildsystem/compile-medialibrary.sh
buildsystem/compile.sh
+2
-2
2 additions, 2 deletions
buildsystem/compile.sh
with
5 additions
and
5 deletions
build.gradle
+
2
−
2
View file @
e45a64c7
...
...
@@ -39,8 +39,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.5.0 RC 1'
versionCode
=
3040480
libvlcVersion
=
'3.5.0-eap
8
'
medialibraryVersion
=
'0.12.0-eap
8
'
libvlcVersion
=
'3.5.0-eap
9
'
medialibraryVersion
=
'0.12.0-eap
9
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
31
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
e45a64c7
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
fc002ae17f9b6544d784f609f3b6872544e5d40c
MEDIALIBRARY_HASH
=
95606edf0c5ac560b3673f82477b5f5c13142c1d
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
2
−
2
View file @
e45a64c7
...
...
@@ -279,9 +279,9 @@ fi
# Fetch VLC source #
####################
VLC_TESTED_HASH
=
902842750b287847ba7b675d10176dd48de2bf35
VLC_TESTED_HASH
=
47243c4a85d0cc0a8ff5a54f775e314c71fa7199
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
LIBVLCJNI_TESTED_HASH
=
bdfc5a903ac769a16dffe787598d9a529172ab2
e
LIBVLCJNI_TESTED_HASH
=
9a07c766a69ad7decbd76a819a5d310570b1e79
e
LIBVLCJNI_REPOSITORY
=
https://code.videolan.org/videolan/libvlcjni
if
[
!
-d
"libvlcjni"
]
||
[
!
-d
"libvlcjni/.git"
]
;
then
diagnostic
"libvlcjni sources: not found, cloning"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment