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:
parent
53eade582a
commit
8047743c64
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue