aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2015-09-17[library.kodi.audioengine] Adapt project filesAchim Turan
2015-09-12move android related builtins to separate fileArne Morten Kvarving
2015-09-10Add the ability to open dialogyesno by sending a threadmessage.Pär Björklund
Added two helper methods to make this easier in KODI::MESSAGING::HELPERS namespace Changed all non-gui code to use this method instead to get rid of one gui include.
2015-09-10Merge pull request #7960 from ace20022/gif2015Andreas Zelend
Add proper gif support (next try)
2015-09-10Merge pull request #7991 from Memphiz/mrmc_backportsMemphiz
Mrmc backports
2015-09-10fixed compiler warnings, do not over-ride SDL defines with our own junkS. Davilla
2015-09-10removed, DARWIN_NATIVE_ARCH does not exist and has not since Texturepacker ↵S. Davilla
was moved to depends
2015-09-08[depends] Add giflib.ace20022
2015-09-08dcadec: Remove wrong AC_CHECK_LIBfritsch
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-09-04remove rsxs from treewsnipex
2015-09-03Bump minimum libbluray version to 0.7.0 in configure.ac. Update README.linux.ace20022
2015-09-01[ffmpeg] Add support for libdcadecpopcornmix
2015-09-01Merge pull request #7908 from stefansaraev/ogg-cleanupMatthias Kortstiege
[cleanup] dont search for ogg/vorbis/vorbisenc shared libs
2015-08-31set version to 16.0a3Martijn Kaijser
2015-08-27[cleanup] dont search for ogg/vorbis/vorbisenc shared libsStefan Saraev
.. and leftovers
2015-08-10[depends] integrate crossguid as a static librarymontellese
2015-08-01bump to 16.0a2Martijn Kaijser
2015-07-28[buildsys/Make] - remove main.a from the list of DIRECTORY_ARCHIVES for ↵Memphiz
preventing duplicate linkage when compiling unit tests
2015-07-19[adsp] Add adsp addon callback helper libraryAlwinEsch
2015-07-15Clean up ApplicationMessengerPär Björklund
ApplicationMessenger had become a place to stick all kinds of convenience methods and depending on just about everything. This PR cleans this up and returns it back to a messaging class. Removed the bool parameters and used naming from Win32 API with SendMsg for blocking and PostMsg for non-blocking messaging.
2015-07-14[configure.ac] only generate xbmc/network/httprequesthandler/python/Makefile ↵montellese
if webserver is enabled
2015-07-09Merge pull request #7458 from olafhering/masterMemphiz
configure.ac: update verification of shairplay
2015-07-08configure.ac: update verification of shairplayOlaf Hering
With commit 6f6a8e261b14a90e476519b165b5925641a5a5d9 a newer shairplay is required. Catch old versions provided by the OS and disable shairplay support in case its too old. Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-07-08Drop internal HDHomeRun supporthudokkow
2015-06-30bump to 16.0 alpha1 for developmentMartijn Kaijser
2015-06-14Merge pull request #7136 from MartijnKaijser/15.0rc1Martijn Kaijser
bump to 15.0 rc1
2015-06-14FIX: [droid] proper audio focus managementChris "Koying" Browet
2015-06-01Merge pull request #7192 from wsnipex/linux-addon-libpathWolfgang Schupp
[binary addons] linux: use the same install paths as kodi core
2015-05-31[binary addons] use kodi core install paths by defaultwsnipex
2015-05-26configure.ac: detect libxrandr with pkg-configMax Kellermann
2015-05-26WinSystemX11: make XRandR mandatoryMax Kellermann
On https://github.com/xbmc/xbmc/pull/7058 we discussed that XRandR should be mandatory.
2015-05-26configure.ac: simplify $host_vendor=apple special casesMax Kellermann
Instead of adding an "apple" check to each library check that is known to be unsupported on "apple", disable all those features in the beginning. This simplifies the library checking code by removing unnecessary clutter.
2015-05-23Merge pull request #7097 from tamland/python-configjenkins4kodi
2015-05-14bump to 15.0 rc1Martijn Kaijser
2015-05-10[configure] fix python version check and add py3k checkThomas Amland
2015-05-05configure.ac: pass $CFLAGS to $CC in XB_FIND_SONAMEMax Kellermann
Required for cross-compiling when CFLAGS contains -march=...
2015-05-05configure.ac: do Darwin specific check only on DarwinMax Kellermann
Reduces overhead on Linux and suppresses the error message when "file" is not installed.
2015-05-03[cec] bump to libCEC 3.0.0Lars Op den Kamp
2015-04-30bump to 15.0 beta2Martijn Kaijser
2015-04-26Merge pull request #6897 from wsnipex/kodi-configMartijn Kaijser
[binary addons] use correct library install paths on different linux distros
2015-04-11CHG: [droid] let the system handle volumeChris "Koying" Browet
2015-04-09[configure] properly set multi arch kodi libdir in kodi-config.cmakewsnipex
2015-04-01[replaytv] remove replaytv supportStefan Saraev
2015-04-01[daap] remove daap supportStefan Saraev
2015-04-01Merge pull request #6783 from wsnipex/lirc-switchjenkins4kodi
2015-03-30ADD: [droid] implement Google Breakpad for minidumpsChris "Koying" Browet
2015-03-22[configure] add option to disable lircwsnipex
2015-03-19paplayer: drop remaining codecs, only use ffmpegRainer Hochecker
2015-03-18[configure.in] rename file extension to configure.acuNiversaI
renamed: configure.in -> configure.ac renamed: lib/libmodplug/configure.in -> lib/libmodplug/configure.ac renamed: lib/timidity/configure.in -> lib/timidity/configure.ac renamed: tools/depends/configure.in -> tools/depends/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/configure.in -> xbmc/visualizations/Goom/goom2k4-0/configure.ac renamed: xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.in -> xbmc/visualizations/Goom/goom2k4-0/gtk-gui-devel/configure.ac