Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue
2013-04-28 19:40:47 +02:00
7 changed files with 4249 additions and 221 deletions

View File

@@ -19,7 +19,7 @@
################################################################################
PKG_NAME="vdr-plugin-xmltv2vdr"
PKG_VERSION="90c023f6"
PKG_VERSION="30903cc0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@
# athlon-fx amdfam10 barcelona
# (Intel CPUs) atom core2 nocona
#
TARGET_CPU="core2"
TARGET_CPU="x86-64"
;;
arm)
@@ -270,7 +270,7 @@
REMOTE_SUPPORT="yes"
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="yes"
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"

View File

@@ -270,7 +270,7 @@
REMOTE_SUPPORT="yes"
# build and install ATV IR remote support (yes / no)
ATVCLIENT_SUPPORT="yes"
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@
# athlon-fx amdfam10 barcelona
# (Intel CPUs) atom core2 nocona
#
TARGET_CPU="core2"
TARGET_CPU="x86-64"
;;
arm)
@@ -75,7 +75,7 @@
OPTIMIZATIONS="size"
# Project CFLAGS
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
# LTO (Link Time Optimization) support
LTO_SUPPORT="yes"
@@ -338,12 +338,5 @@
ADDON_SERVER_URL="http://addons.openelec.tv"
# set the addon dirs
case $TARGET_ARCH in
i386)
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
;;
x86_64)
ADDON_PATH="$ADDON_VERSION/Intel/$TARGET_ARCH"
;;
esac
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"