diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 20:00:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 20:00:29 +0100 |
commit | dfee72dfe617d17c1cd2a8473dd47e82206c0db8 (patch) | |
tree | 975e13a758e5a9891d0c1baa7d09136c8874330e /package/libx264/Makefile | |
parent | 1d6326db814161ef6b12dc2414d56aa2e9b3701b (diff) | |
parent | 84b27b24967b86a34a6862491445935f5625a2d4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libx264/Makefile')
-rw-r--r-- | package/libx264/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile index a38bff5f2..0a82c5f62 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:= 7 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* \ |