Skip to content

Commit

Permalink
opusfile: add autoreconf
Browse files Browse the repository at this point in the history
Fixes compilation under some hosts.

Added PKG_BUILD_PARALLEL for faster compilation.

Some small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jul 20, 2022
1 parent 83fb896 commit 8588715
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions libs/opusfile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=opusfile
PKG_VERSION:=0.12
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/
PKG_HASH:=118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b

PKG_MAINTAINER:=Eduardo Abinader <[email protected]>
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=Eduardo Abinader <[email protected]>

PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1

include $(INCLUDE_DIR)/package.mk

Expand Down

0 comments on commit 8588715

Please sign in to comment.