From: Markham Date: Sun, 19 Jul 2026 16:11:30 +0000 (+0200) Subject: use smaller libx264 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=5e2cd8a3eec91cb1d1c04d9a46762de2d57e868b;p=bs-cst-neutrino-hd.git use smaller libx264 --- 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)