diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2021-03-14 12:36:32 +0100 |
---|---|---|
committer | Bernd Kuhls <bernd.kuhls@t-online.de> | 2021-03-14 12:36:32 +0100 |
commit | c9ad594cca111ad8baef8bdedd64119132536760 (patch) | |
tree | 9f31bd7124039f75e3d9ec3230938b5d66b8450f /libs | |
parent | 36dc9b3f797dd04d075d9b6c36fece68d03470fe (diff) |
libx264: enable parallel build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libx264/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile index 49851b99d..523e9f504 100644 --- a/libs/libx264/Makefile +++ b/libs/libx264/Makefile @@ -20,6 +20,7 @@ PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com> PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |