From b67124f278b9345d4378281e18b94ddf407ab393 Mon Sep 17 00:00:00 2001 From: zhongluping <278527840@qq.com> Date: Wed, 11 Dec 2024 09:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8mac=E4=B8=8Bopenh264?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhongluping <278527840@qq.com> --- thirdparty/openh264/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/openh264/HPKBUILD b/thirdparty/openh264/HPKBUILD index 9090714d..bd065064 100644 --- a/thirdparty/openh264/HPKBUILD +++ b/thirdparty/openh264/HPKBUILD @@ -74,7 +74,7 @@ prepare() { build() { cd $builddir-$ARCH-build envarch=$ARCH - $MAKE PREFIX=$destdir ARCH=$arch > $buildlog 2>&1 + $MAKE PREFIX=$destdir ARCH=$arch OS=linux > $buildlog 2>&1 ret=$? cd $OLDPWD ARCH=$envarch -- Gitee