diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 08:08:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 08:08:49 +0200 |
commit | 99977299a1884a1248106006f4ab6d54fc463aaf (patch) | |
tree | 59c96ad9406633ea98a9b91f6d3a5724ab9ac1f2 /package/kodi/Makefile | |
parent | 64492618fc5de19d405a60cc9742b45cf4243f38 (diff) | |
parent | bbf151ff5613c562fe1e044902fbbb93194c7450 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kodi/Makefile')
-rw-r--r-- | package/kodi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/kodi/Makefile b/package/kodi/Makefile index af3423612..a2727cc53 100644 --- a/package/kodi/Makefile +++ b/package/kodi/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= kodi PKG_VERSION:= 14.0alpha4 PKG_RELEASE:= 3 -PKG_MD5SUM:= 3329b7503846ea3ced64d71bdbd1f442 +PKG_MD5SUM:= 5bd39942150249d9eccf792d77b92554 PKG_DESCR:= software media player PKG_SECTION:= mm/video PKG_DEPENDS:= boost python2 libstdcxx glibc-gconv @@ -84,7 +84,7 @@ ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/opt/vc/include \ -I$(STAGING_TARGET_DIR)/opt/vc/include/interface/vcos/pthreads \ -I$(STAGING_TARGET_DIR)/opt/vc/include/interface/vmcs_host/linux -TARGET_LDFLAGS+= -L$(STAGING_TARGET_DIR)/opt/vc/lib -lkhrn_static +TARGET_LDFLAGS+= -L$(STAGING_TARGET_DIR)/opt/vc/lib endif AUTOTOOL_STYLE:= autoreconf @@ -108,7 +108,8 @@ CONFIGURE_ARGS+= --disable-optical-drive \ --enable-alsa \ --enable-libvorbisenc \ --enable-debug \ - --enable-udev + --enable-udev \ + --with-ffmpeg=shared ifneq ($(ADK_PACKAGE_KODI_WITH_BLURAY),) CONFIGURE_ARGS+= --enable-libbluray |