aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-08-08[droid] add new internal player for amlogic based SoCsdavilla
2012-08-08[droid] add additional player selection supportdavilla
2012-08-08[droid] ffmpeg: workaround android+x86+gcc4.6 bugtheuni
2012-08-08[droid] - fix compilation of ffmpeg on darwin. The target_os option ffmpeg ↵Memphiz
wants is not autoconf compliant - we have to handle it ourselfs
2012-08-08[droid] - last puzzle for making crosscompilation on darwin possible (gather ↵Memphiz
the default built arch from libsdl_image in native deps and use this for building libsquish-native.so and TexturePacker)
2012-08-08[droid] more bionic fun. sonames need to match filenames exactlytheuni
2012-08-08[droid] fixed, do not pass our CPPFLAGS/CXXFLAGS into ffmpeg, --extra-cflags ↵davilla
is sufficient
2012-08-08[droid] disable ffmpeg optims when xbmc is built with --disable-optimizationsCory Fields
This was done for testing and should probably be reverted.
2012-08-08[droid] drop fontconfig in xbmc. libass needs it but we don't.Cory Fields
2012-08-08[droid] use toolchain objdump if necessaryCory Fields
2012-08-08[droid] need to manually link in libandroid in case nothing already hasCory Fields
2012-08-08[droid] fix build without alsaCory Fields
2012-08-08[droid] skip checking a few more built-in libsCory Fields
2012-08-08[droid] rearrange configure for static linkingtheuni
Deps need to go from most to least dependent, otherwise we end up missing symbols on final link. This allows us to link most libs statically.
2012-08-08[droid] pthread support is included in libc on androidCory Fields
2012-08-08[droid] libgcrypt needs libgpg-errorCory Fields
2012-08-08[droid] don't link cpluff against all of our depsdavilla
2012-08-08[droid] don't link against dlopened libstheuni
2012-08-08[droid] quit fighting it and just use a new file for android pathstheuni
2012-08-08[droid] we need libzipCory Fields
2012-08-08[droid] fixup mysql detection so that MYSQL_CONFIG can be overriddentheuni
2012-08-08[droid] basic android configure changesCory Fields
2012-08-08[droid] generate Makefile for exportstheuni
2012-08-08[droid] generate new filesCory Fields
2012-08-08[droid] fix parallel build for glesCory Fields
2012-08-08[droid] add fallback for soname detection for gold linkertheuni
2012-08-01release: bump versions for August merge windowmontellese
2012-07-21fixed: build with libshairport without ao_set_metadataAnssi Hannula
Fix build with libshairport without the AudioOutput.ao_set_metadata and AudioOutput.ao_set_metadata_coverart members (which were added to libshairport git two months ago). A previous commit 537bec4 had already tried to do this, but it did not work properly and was therefore reverted in f58b70a.
2012-07-15Revert "Enable the ao_set_metadata* functions if available from ↵Memphiz
libshairport." - it simply doesn't work that way and breaks that feature This reverts commit 537bec4a5e297cd5d2ebe83d50ae5ee4c0ab5b07.
2012-07-10Allow compiling without mysql dependency (--disable-mysql).Schischu
MySQL is heavy and sqlite is the better choice on embedded devices. Disables also build of cmyth as it depends on mysql.
2012-07-03Merge pull request #887 from Pulse-Eight/cec1.6Lars Op den Kamp
cec - libCEC 1.7 and firmware v2 support (for wake over CEC)
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
firmware v2 on the CEC adapter, which adds wake over CEC * added a new setting to control whether to put the TV in standby when the player is put in standby. * added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available) * display the firmware version and firmware revision date in the peripheral manager (if available) * handle the new CEC alert callback (libCEC 1.6+) * replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown' * display a warning if the port cannot be opened because of permission problems or when the port is busy * map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu) * added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden * fixed - crash when changing settings without libCEC started. * fixed - range of wake and power-off devices * fixed - update the correct standby device setting ('standby_devices' not 'wake_devices') * fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc * fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on. * fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead. * fixed - re-check the menu language and audiosystem status after the user changes settings * fixed - keypress handling. handle diagonal buttons properly * fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined * fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection * fixed - ensure that the callbacks are reset to NULL before setting them * win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
2012-07-01release: bump versions for July merge windowMemphiz
2012-06-29[osx] fixed make from command-lineS. Davilla
2012-06-16Enable the ao_set_metadata* functions if available from libshairport.Andres Mejia
2012-06-06libxbmc: option for shared libxbmc.sotheuni
2012-06-01added: print libcap support in final_messagebobo1on1
2012-06-01fixed: allow compiling without libcap by default if it's not installedbobo1on1
2012-05-31Merge pull request #1015 from bobo1on1/portcheckbobo1on1
Check for CAP_NET_BIND_SERVICE, if it's set allow binding to privileged ports. Linux only.
2012-06-01added: link to libcap on linuxbobo1on1
2012-05-31release: bump versions for June merge windowtheuni
2012-05-19fixed, it is -lcrystalhd NOT -llibcrystalhd :)davilla
2012-05-15[osx/ios] fixed, when using llvm-gcc-4.2 as the assmebler, file dependency ↵davilla
was borked resulting in a hard to rm and mystery -.d file in lib/ffmpeg
2012-05-15[osx/ios] fixed ios ffmpeg configure, patch out ffmpeg configure insisting ↵davilla
on using 'gas-preprocessor.pl ' as that fails with clang, refactor the configure of ffmpeg to allow passing -as= when expands to multiple items
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
add FreeBSD support
2012-05-10[AE] remove old files from the build systemGeoffrey McRae
2012-05-10[AE] remove SDL_mixer and HAS_SDL_AUDIOGeoffrey McRae
2012-05-10[AE] add new files to build systemGeoffrey McRae
2012-05-10[AE] change pulseaudio to default to no rather than autoGeoffrey McRae
2012-05-10[AE] build system support for HAS/HAVE_ALSAGeoffrey McRae