Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
535
Issue boards
Milestones
Wiki
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
9da0bd9f
Commit
9da0bd9f
authored
2 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Bump libs to 3.5.0-eap6 / 0.11.2-eap6
parent
0cae49d0
No related branches found
No related tags found
1 merge request
!1341
Enable gme to allow the app to play vgm files
Pipeline
#210277
passed with stage
in 22 minutes and 22 seconds
Changes
3
Pipelines
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
+1
-1
1 addition, 1 deletion
buildsystem/compile.sh
with
4 additions
and
4 deletions
build.gradle
+
2
−
2
View file @
9da0bd9f
...
...
@@ -34,8 +34,8 @@ ext {
appId
=
"org.videolan.vlc"
versionName
=
'3.5.0 Beta 3'
versionCode
=
3040430
libvlcVersion
=
'3.5.0-eap
5
'
medialibraryVersion
=
'0.11.
1
-eap
5
'
libvlcVersion
=
'3.5.0-eap
6
'
medialibraryVersion
=
'0.11.
2
-eap
6
'
minSdkVersion
=
17
targetSdkVersion
=
30
compileSdkVersion
=
31
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile-medialibrary.sh
+
1
−
1
View file @
9da0bd9f
...
...
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH
=
422675b8e5f40d3dcf3a488f43f2d526db90f43
8
MEDIALIBRARY_HASH
=
17bd66deea2cb2964de01b393e0e0e1138d82f2
8
while
[
$#
-gt
0
]
;
do
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
buildsystem/compile.sh
+
1
−
1
View file @
9da0bd9f
...
...
@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
98c86d8787acf6686410ebbfe87629a1337aebca
TESTED_HASH
=
89f04db7926141b1409ea4a00661665f7771b375
VLC_REPOSITORY
=
https://code.videolan.org/videolan/vlc.git
if
[
!
-d
"vlc"
]
;
then
diagnostic
"VLC 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