1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 12:51:53 +00:00

Update build_utils.py

This commit is contained in:
Alexandr Topilski 2020-11-13 15:49:27 +03:00 committed by GitHub
parent 53eade582a
commit 8047743c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ class BuildRequest(object):
compiler_flags = ffmpeg_specific_compile_flags
compiler_flags.extend(ffmpeg_platform_args)
self._clone_and_build_via_configure(generate_fastogt_github_path('ffmpeg'), compiler_flags,
use_platform_flags=False)
use_platform_flags=False, branch='n4.3.1')
# install packages
def _install_package(self, name: str):