aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-12-05[FreeBSD] allow use of internal ffmpegFneufneu
and pass needed include path
2012-12-02[release] bump version to beta2Martijn Kaijser
2012-12-01[fix] build screensavers on osxamet
2012-11-25fix build after 2fa6e74ronie
2012-11-19autotools: fix build hitting wrong config header (ticket #13364)Pete Beardmore
2012-11-16Remove erroneous check for shairport/ao.h, fixes build failure for airtunes ↵Andres Mejia
support.
2012-11-14release: bump version here alsoCory Fields
2012-11-12fixed: link to pulse-simple, it's needed for CPulseAE::CanInit(), apparently ↵bobo1on1
not all distros link libpulse to libpulse-simple
2012-10-24Merge pull request #1591 from wsnipex/configureArne Morten Kvarving
configure: pass --enable-external-ffmpeg down to pvr-addons, when building them intree
2012-10-19Merge pull request #1626 from theuni/intrinsics-checkCory Fields
build: quit guessing about intrinsics, check specifics
2012-10-16build: quit guessing about intrinsics, check specificsCory Fields
2012-10-16Support building with older versions of gdcNHellFire
2012-10-15build: give env optim flags precedenceCory Fields
Fixes builds like: 'CFLAGS=-O3 ./configure'
2012-10-10Merge pull request #1576 from Pulse-Eight/libcec2Lars Op den Kamp
[cec] libCEC 2.0.0 support
2012-10-10configure: pass --external-ffmpeg down to pvr-addons, if enabled,wsnipex
when building them intree
2012-10-08[ios] fixed buildside texturepacker for iosdavilla
2012-10-09[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, ↵Lars Op den Kamp
and is not compatible with the previous version anymore
2012-10-08[linux] fix description for --disable-ssh switch in configure.inmontellese
2012-10-07Merge pull request #1316 from wsnipex/masterArne Morten Kvarving
configure switch for ssh support
2012-10-05libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵Cory Fields
linux/android parts and montellese for win32)
2012-10-03Provide a configure switch for libssh.wsnipex
default is enabled
2012-10-01fix ced6980164184f67e9cc224ef61458c5a5facfb1 use the correct macroFneufneu
2012-10-01Merge pull request #1518 from Fneufneu/swig2.0Arne Morten Kvarving
look for swig2.0 binary
2012-10-01add a check for swig2.0 binaryFneufneu
we need to check with another var SWIG20_EXE because AC_PATH_PROG cache the result on his first parameter
2012-09-30version bump for October merge windowMartijnKaijser
2012-09-22[fix] Use proper paths for the python include in the test.Jim Carroll
2012-09-22build: let ffmpeg figure out arm flags based on cpuCory Fields
It uses use_cpu to test for the instruction-sets of each arch anyway, so setting it manually can only screw things up. Fixes busted dvdplayer playback on arm != rpi.
2012-09-18[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵Lars Op den Kamp
so these can be built and run within the tree.
2012-09-10Merge pull request #1290 from aballier/swresampledavilla
[ffmpeg] Convert from av_audio_convert API to the swresample one.
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-10fix a typo: s;JAVE;JAVAFneufneu
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-09makefile.in clean up and add USE_OMXLIB to build controldavilla
2012-09-07[UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵Alasdair Campbell
#ifdef HAS_UPNP guards
2012-09-06[osx] - move SDLMain.mm from xbmc/osx to xbmc/main and stick it into the ↵Memphiz
main.a - fixes compilation of test framework
2012-09-05[GSOC] Have the testsuite built when the 'check' target is invoked.Andres Mejia
Support a separate target named 'testsuite' which builds the test suite without running it. Also note that a configure option (--enable-gtest) must explicitely be set in order to configure the Google Test Framework. If it is not set, running the 'check,' 'testsuite,' or 'testframework,' make targets will simply display a message saying the framework has not been configured.
2012-09-05[UPnP] update Platinum/Neptune to 0.6.9.1Alasdair Campbell
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-09-04[rbp/cec] removed a whole bunch of sanity checks from configure.in for ↵Lars Op den Kamp
libCEC. libCEC already contains these checks for the Pi
2012-09-04[rbp] changed dissable alsa as well in configure.gimli
2012-09-03[rbp] changed turn back on ffmpeg optimisations and remove ↵gimli
-fomit-frame-pointer it is set by -O3 optimisation
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-08-14build: fix ffmpeg soname and busted build targetCory Fields
2012-08-14build: fix alsa/dbus detectionCory Fields
2012-08-14Configure: require either libswresample or libavresample. Prefer libswresample.Alexis Ballier
2012-08-13[rbp] fixed, removed redudant grypt check and default use_alsa for all ↵gimli
platforms.
2012-08-12fixed airtunes airplay functionality after android mergehuceke
2012-08-12[rbp] fixed crash in thumbnail extraction. disable all ffmpeg cpu options ↵gimli
for now, until we figgured out which ones are safe to use on the PI arm core
2012-08-10[rbp] cec: added support for the Raspberry Pi. needs libCEC v1.8.0+. other ↵gimli
targets are still supported by libCEC 1.7.0