Skip to content

Commit 772e31f

Browse files
committed
Add --host param to libx264 Makefile, fix configuring error on x64 host
1 parent a93a151 commit 772e31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-hnp/libx264/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ include ../utils/Makefrag
33
SOURCE_URL = https://code.videolan.org/videolan/x264/-/archive/stable/x264-stable.tar.bz2
44
SOURCE_FILE = x264-stable.tar.bz2
55
SOURCE_DIR = x264-stable
6-
CONFIG_ARGS = --prefix=$(PREFIX) --enable-shared
6+
CONFIG_ARGS = --prefix=$(PREFIX) --host=aarch64-unknown-linux-musl --enable-shared
77

88
$(eval $(call define_autotools_package))

0 commit comments

Comments
 (0)