From 5e2cd8a3eec91cb1d1c04d9a46762de2d57e868b Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 19 Jul 2026 18:11:30 +0200 Subject: [PATCH] use smaller libx264 --- make/libraries.mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/make/libraries.mk b/make/libraries.mk index e7fd804..6aadccb 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -983,7 +983,16 @@ $(D)/libx264: $(ARCHIVE)/x264-$(LIB_X264_VER).tar.xz | $(TARGETPREFIX) --prefix= \ --host=arm-linux \ --cross-prefix=$(TARGET)- \ - --enable-shared && \ + --enable-shared \ + --enable-strip \ + --disable-cli \ + --disable-avs \ + --disable-swscale \ + --disable-lavf \ + --disable-ffms \ + --disable-gpac \ + --disable-lsmash \ + --bit-depth=8 && \ $(MAKE) && \ $(MAKE) install DESTDIR=$(TARGETPREFIX) -rm -f $(addprefix $(TARGETPREFIX)/bin/, x264) -- 2.39.5