File tree 1 file changed +3
-3
lines changed
pythonforandroid/recipes/vlc 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
class VlcRecipe (Recipe ):
9
- version = '3.0.0 '
9
+ version = '3.0.18 '
10
10
url = None
11
11
name = 'vlc'
12
12
@@ -52,7 +52,7 @@ def prebuild_arch(self, arch):
52
52
def build_arch (self , arch ):
53
53
super ().build_arch (arch )
54
54
build_dir = self .get_build_dir (arch .arch )
55
- port_dir = join (build_dir , 'vlc-port-android' )
55
+ port_dir = join (build_dir , 'vlc-port-android' , 'buildsystem' )
56
56
aar = self .aars [arch ]
57
57
if not isfile (aar ):
58
58
with current_directory (port_dir ):
@@ -67,7 +67,7 @@ def build_arch(self, arch):
67
67
if not isfile (join ('bin' , 'VLC-debug.apk' )):
68
68
shprint (sh .Command ('./compile.sh' ), _env = env ,
69
69
_tail = 50 , _critical = True )
70
- shprint (sh .Command ('./compile-libvlc .sh' ), _env = env ,
70
+ shprint (sh .Command ('./compile-medialibrary .sh' ), _env = env ,
71
71
_tail = 50 , _critical = True )
72
72
shprint (sh .cp , '-a' , aar , self .ctx .aars_dir )
73
73
You can’t perform that action at this time.
0 commit comments