File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pythonforandroid/recipes/vlc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77
88class VlcRecipe (Recipe ):
9- version = '3.0.0 '
9+ version = '3.0.18 '
1010 url = None
1111 name = 'vlc'
1212
@@ -52,7 +52,7 @@ def prebuild_arch(self, arch):
5252 def build_arch (self , arch ):
5353 super ().build_arch (arch )
5454 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' )
5656 aar = self .aars [arch ]
5757 if not isfile (aar ):
5858 with current_directory (port_dir ):
@@ -67,7 +67,7 @@ def build_arch(self, arch):
6767 if not isfile (join ('bin' , 'VLC-debug.apk' )):
6868 shprint (sh .Command ('./compile.sh' ), _env = env ,
6969 _tail = 50 , _critical = True )
70- shprint (sh .Command ('./compile-libvlc .sh' ), _env = env ,
70+ shprint (sh .Command ('./compile-medialibrary .sh' ), _env = env ,
7171 _tail = 50 , _critical = True )
7272 shprint (sh .cp , '-a' , aar , self .ctx .aars_dir )
7373
You can’t perform that action at this time.
0 commit comments