Age | Commit message (Collapse) | Author |
|
[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
|
|
|
|
|
|
Also, fix a few missed ARCHS -> CURRENT_ARCH
|
|
..xbmc-depends/buildtools-native
|
|
|
|
|
|
CURRENT_ARCH is the one we are building
|
|
|
|
|
|
|
|
|
|
|
|
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
|
|
|