File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def fetch_dependencies(python_ver='3.5', is_linux=False):
6262 os .path .join ('.' , 'mpegCoder' , '__init__.py' ),
6363 follow_symlinks = True
6464 )
65- if not os .path .isfile (os .path .join (package_path , 'mpegCoder.pyd ' )):
65+ if not os .path .isfile (os .path .join (package_path , 'mpegCoder.so ' )):
6666 webtools .download_tarball (
6767 'cainmagi' , 'FFmpeg-Encoder-Decoder-for-Python' ,
6868 '{0}-linux' .format (VERSION ),
@@ -75,7 +75,7 @@ def fetch_dependencies(python_ver='3.5', is_linux=False):
7575 'deps-3.0.0' , 'so-linux-ffmpeg_4_4.tar.xz' ,
7676 path = package_path , mode = 'auto' , verbose = True , token = ''
7777 )
78- return ('mpegCoder.pyd ' , 'lib/*' , 'lib-fix/*' )
78+ return ('mpegCoder.so ' , 'lib/*' , 'lib-fix/*' )
7979 else :
8080 if not os .path .isfile (init_file_name ):
8181 shutil .copyfile (
You can’t perform that action at this time.
0 commit comments