From 8047743c644e9ee764314df8a0ae206c43a42c49 Mon Sep 17 00:00:00 2001 From: Alexandr Topilski Date: Fri, 13 Nov 2020 15:49:27 +0300 Subject: [PATCH] Update build_utils.py --- pyfastogt/build_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfastogt/build_utils.py b/pyfastogt/build_utils.py index af3903e..a370b23 100644 --- a/pyfastogt/build_utils.py +++ b/pyfastogt/build_utils.py @@ -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):