aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-03-11depends: gawk is build-side, host doesn't matterCory Fields
2013-03-11depends: remove android hack for python now that correct libdeps are definedCory Fields
2013-03-11depends: add liblog check, it may not be included by the toolchainCory Fields
2013-03-11depends: don't link libcdio unless optical is enabledtheuni
2013-03-11depends: point ffmpeg to the correct yasmtheuni
This should be fixed so that we check for a build-side yasm instead of just assuming it's there.
2013-03-11depends: ffmpeg needs our ldflagstheuni
2013-03-11depends: clean up the built-in mess and test properly insteadCory Fields
2013-03-11depends: set some sane defaults for arm+linuxCory Fields
2013-03-11depends: set default android configure optionsCory Fields
2013-03-07Merge pull request #2243 from MartijnKaijser/13.0alpha2_bumpdavilla
[release] version bump to 13.0 alpha2 as we start new merge window.
2013-03-01Merge pull request #2323 from dagwieers/pthread_setnameJoakim Plate
Name threads properly on Linux, FreeBSD, OpenBSD, ...
2013-03-01Name threads on Linux properlyDag Wieers
I implemented this as part of the OpenELEC project. It helps debug issues if we can easily identify the XBMC thread by name. This patch implements just that. This second incarnation now implements a proper configure check to ensure we are using the capabilities of the library on various platforms (esp. when using glibc < 1.12).
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, ↵Lars Op den Kamp
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
2013-02-15[release] version bump to 13.0 alpha2 as we start new merge window.Martijn Kaijser
2013-02-11bluray: support BDJ menusJoakim Plate
2013-02-10Merge pull request #2193 from OpenELEC/git-version-changesMartijn Kaijser
configure.in: change check for 'VERSION' file:
2013-02-09configure: fix *nix compilation of libdvdnavwsnipex
2013-02-07configure.in: change check for 'VERSION' file:Stephan Raue
- first check if this file exist and use the content from there - if it not exist check with 'git log' - if this fails set to 'Unknown' This patch also shows the GIT_REV in the configure summary message. To display This message on top of the messages we move the whole block a bit above
2013-02-02configure: allow GIT_REV to be read from VERSION filewsnipex
needed for building outside of a git repo
2013-01-31[configure] - fix missleading enable printout of projectmMemphiz
2013-01-31[configure] - make fishbmc optional and default to autodetect (fixes build ↵Memphiz
for gles platforms after fishbmc injection)
2013-01-31Merge pull request #1999 from maysl/addon-visualization.fishbmcronie
[add] visualization.fishbmc addon
2013-01-31[add] visualization.fishbmcMarcel Ebmer
2013-01-27[release] version bump to 13.0 alpha1 as we start new merge windows.Martijn Kaijser
2012-12-31[release] bump version to RC3Martijn Kaijser
2012-12-21[osx] - help rsxs to use the libpng from the depends and not the native ↵Memphiz
libpng from the toolchain (before this could lead to linkage of i386 objects with x86_64 libpng which didn't work too well)
2012-12-19[release] bump version to 12.0 RC2Martijn Kaijser
2012-12-14Revert "fix configure warnings when lame lib exists but not the headers ↵davilla
(closes #13647)" This reverts commit 2f4a1868897a797b69b9d2795177d6c62b3e3ba0.
2012-12-14fix configure warnings when lame lib exists but not the headers (closes #13647)wsnipex
2012-12-14fix: --enable-libvorbisenc instead of --enable-vorbisenc (closes #13648)wsnipex
2012-12-10[release] bump version to 12.0rc1Martijn Kaijser
2012-12-07[release] bump version to beta3Martijn Kaijser
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