aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2010-07-11fixed: quote AC_INIT() arguments properlyanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31739 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-11fixed: use proper soname for loading crystalhd on linuxanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31738 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-20[chd] add new/old detection for libcrystalhddavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31262 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19added: use our $CC for python compilespiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31217 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18[osx] fixed, libvpx usage by internal FFmpegdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31185 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17changed. switch from internal to system librtmpdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31149 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-17fixed: VAAPI decoder was unavailable due to undefined HAVE_ macroalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31148 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-13fixed: Don't link libva if we don't have libva-glx.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31085 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-12[osx] 1) remove ARCH_DEFINES usage, it's redundent, 2) libmodplug-xxx.so was ↵davilla
not being build with make, 3) cosmetic restore xcode_depends items, 4) remove useless CXXFLAGS from link line and move LDFLAGS to the front where it matters git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31041 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-11[osx] changed, -frameworks belongs in LIBSdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31033 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-09fixed, name changed to libcrystalhddavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30995 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: cpluff needs LDFLAGS on OSXalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30984 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: POSIX feature test macros should be passed to all of the crap we buildalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30983 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: OSX clean up passing of C/CXXFLAGS to subproject configuresalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30982 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: LINUX clean up passing of C/CXXFLAGS to subproject configuresalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30981 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: lva is required to test lva-glx, so test lva first.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30980 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: debug and optim cflags should be passed to all lib tests and crap we ↵althekiller
build. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30979 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: POSIX feature test macros should be passed to all of the crap we buildalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30978 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08added: configure option for specifying default LIRC deviceanssih
The default LIRC device location was changed in LIRC 0.8.6 from /dev/lircd to /var/run/lirc/lircd. Add --with-lirc-device=file configure option to select the default device location at build time. This can still be overridden at run time. /dev/lircd is kept as the XBMC default for now. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30976 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08added: webm support through libvpxspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30961 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-07fixed: do not build internal libdts/liba52 if disabled (ticket #9277)anssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30911 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-31fixed: linux buildvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30726 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-21[arm] silence warnings about 'mangling of 'va_list' has changed in GCC 4.4 ↵davilla
for arm platform using gcc-4.5 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30363 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20fixed: vaapi was not getting enabled after changes to how configure logs ↵elupus
enable/disable when in auto mode git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30352 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20[arm] setup use_arch/use_cpu for armdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30329 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20move use_webserver checkdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30328 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20cosmetics, standard two space indent, removing all the various indenting ↵davilla
styles that were present git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30327 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20move host testing so we can setup use_arch/use_cpu defaults for armdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30325 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20[arm] choose armv7a/cortex-a9/vfpv3-d16 vs armv6/cortex-a8 for tegra2 based ↵davilla
on compiler capabilities instead of compiler version git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30324 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-20Fixed: ProjectM did not properly work with 32bit architectures.tslayer
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30323 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-19[arm] fixed, typo. It's vfpv3-d16 and not vfpv3-d16ndavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30318 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-19[arm] remove mtune=cortex-a8 from ffmpeg flags on generic gcc arm configuredavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30314 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-19[arm] fixed arm build so --enable-gles --enable-tegra work correctlydavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30309 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[arm] add missing --enable-glesdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30294 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[arm] merge arm-camelot into trunk, thanks to mcgeagh for all his hard ↵davilla
working getting arm platform rolling git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30281 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-171) define HAVE_LIBCRYSTALHD and set it to '1', 2) removed comment, ↵davilla
VDADecoder is self-contained and runtime checked so no system check needed in configure git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30237 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-15Autogenenerate presets.zip for projectm.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30191 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13fixed: Marked pulse as auto but forgot to implement.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30117 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13removed: Old cruft, pcre is required now.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30116 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13fixed: Configure options that are normally auto-detected, but the user has ↵althekiller
manually enabled, should fail if the test fails git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30115 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12Implement and use our own pushd/popd functions for shells that don't support ↵ceros7
them (all non-BASH shells). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30076 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12[osx] fixed libass configure, AC_CHECK_LIB needs to be in platform ↵davilla
independent checks git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30054 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12Fix errors caused by latest dash no longer supporting assignments via '+='.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30053 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12fixed: linux compile for a sleepy spifftheuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30051 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12[osx,linux] fixed build breakagedavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30038 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12fixed: fall back to internal libass if the system one does not cut itspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30033 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11changed: move linux to system libassspiff_
changed: update osx libass to 0.9.9 (ticket #9196) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30029 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11fixed: configure switches for vorbis encodegnif2
fixed: numerous issues with the new ffmpeg encoder git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30015 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11added: configure option to enable libvorbis encode support in ffmpeggnif2
reverted: mp3 configure options git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30014 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11fixed: wrong configure flags for mp3 encode supportgnif2
added: Flush and Close to FFmpeg encoder git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30009 568bbfeb-2a22-0410-94d2-cc84cf5bfa90