summaryrefslogtreecommitdiff
path: root/package/libx264/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libx264/Makefile')
-rw-r--r--package/libx264/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index a38bff5f2..f81577327 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libx264
# actually is git checkout from 22.01.2014
PKG_VERSION:= 1.0.1
-PKG_RELEASE:= 5
+PKG_RELEASE:= 6
PKG_MD5SUM:= 6be3e8adeaf6b007bbc04026b6ebd304
PKG_DESCR:= H264 encoding library
PKG_SECTION:= libs
@@ -33,9 +33,6 @@ CONFIGURE_ARGS+= --disable-cli \
--sysroot=${STAGING_TARGET_DIR} \
--cross-prefix=$(TARGET_CROSS)
-post-configure:
- cd $(WRKBUILD); $(MAKE) depend
-
libx264-install:
$(INSTALL_DIR) $(IDIR_LIBX264)/usr/lib
$(CP) $(WRKINST)/usr/lib/libx264*.so* \