Age | Commit message (Collapse) | Author |
|
|
|
|
|
[atv2/ios] fix failed build after e831da6192a25e219754cbdb0672842fc262262e
|
|
|
|
[osx] cosmetic fixes in System info page
|
|
|
|
duped implementation)
|
|
|
|
|
|
|
|
|
|
add files, see getinfo, target
|
|
moved interaction with stereoscopic related settings to a central stereoscopics manager
|
|
|
|
[configure] don't use relative include paths in addon headers
|
|
this breaks xbmc dev packages where all headers are installed in standard include paths
|
|
|
|
|
|
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
|
|
|
|
|
|
This removes the requirment that width/height have to be known before
hand, as well as avoid need to extract extradata before hand.
|
|
|
|
|
|
|
|
target, thx mdd
|
|
|
|
|
|
so it can be built for 64bit on 32bit machines
refs #2786
|
|
|
|
[XCODE] Add missing SettingsManager.h to Xcode poject
|
|
|
|
|
|
easy diffs
|
|
* iOS Target added
* ATV2 Target added
* add build phases from iOS project
* add build phases from ATV2 project
* factor out most of the configuration into xcconfig files
this should help in tracking down changes in the build configs,
make diffs easier and such.
* provide a xcconfig cascade for the project level (Common -> Debug/Release)
as well as on the target level (App -> App-OSX/App-iOS/App-ATV2)
* add xcconfig and after buildstep scripts to xcode for easy editing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files rather than discover broken builds
|
|
delay etc. to be handled in other places
|
|
|
|
|
|
|
|
|
|
XBMC_DEPENDS - allows overwrite of XBMC_DEPENDS_ROOT when building with xcodebuild from commandline
|