aboutsummaryrefslogtreecommitdiff
path: root/libs/libx264/Makefile
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2016-09-30 13:00:55 -0400
committerTed Hess <thess@kitschensync.net>2016-09-30 13:02:37 -0400
commit6131f24861ba5f8b623d8de042ad4702bac04dcd (patch)
tree08db9b2b61c192522e825ccb6e037f061bb5ebe3 /libs/libx264/Makefile
parentcafb97090d9489069bec914c8a32970013ed676a (diff)
libx264: Re-enable powerpc (SOFT_FLOAT builds OK)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libx264/Makefile')
-rw-r--r--libs/libx264/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libx264/Makefile b/libs/libx264/Makefile
index 808a02ce3..4de07a23c 100644
--- a/libs/libx264/Makefile
+++ b/libs/libx264/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=x264
PKG_VERSION:=snapshot-20160815-2245-stable
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.videolan.org/x264/snapshots/
@@ -53,7 +53,7 @@ define Package/libx264
SECTION:=libs
CATEGORY:=Libraries
TITLE:=H264/AVC free codec library.
- DEPENDS:=@BUILD_PATENTED @!powerpc||BROKEN
+ DEPENDS:=@BUILD_PATENTED
URL:=http://www.videolan.org/developers/x264.html
endef