aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2009-11-12fixed: Ticket #5865 - [python] https urls and special:// paths (needs ↵vdrfan
attention on windows) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24548 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-12[osx] (trac #7657 fixed) thumb-gen crashing on atv, changed ffmpeg to cpudetectdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24535 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-02fixed: Changing configure options with out a make clean wouldn'talthekiller
necessarily rebuild properly due to assigning macros on the commandline instead of in a file. Move all most HAS_* to system.h and define them as per HAVE_* from configure/config.h. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24188 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-01fixed: Reintroduce SDL_image configure check. TextureBundler/XBMCTex still ↵althekiller
use it. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24181 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-01fixed: typoalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24179 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-01fixed: iso9660.h check didn't stop configure if it failed.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24176 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-27changed: Don't compile/link rar support when nonfree is disabledalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24080 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-27fixed: Check for cdio/iso9660.h explicitly as some distros package iso9660 ↵althekiller
support separately from libcdio. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24076 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-27added: [LINUX/OSX] "--disable-non-free" configure option to disable ↵althekiller
components with questionable licenses git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24075 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-23[osx] revert part of r23717, setting yasm this way fails to use it properly, ↵davilla
fixes frame dropping with avi files git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23940 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-20[osx] 1) Turn off 3Dnow since no real Mac supports it. Seems to cause ↵davilla
crashes in swscale during thumbnail generation. 2) turn off attribute_deprecated warning spew for ffmpeg, nothing we can do about them, upstream issue. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23864 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-19fixed: [LINUX] Revision detection on trees tracked by SVN. I hate you autoconf.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23849 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-18fixed: svn revision was unknown when using git svn.althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23807 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-14[all] remove _XBOX compile, legacy and not used anyore, [osx] select yasm ↵davilla
the correct way. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23717 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-11fixed: looks like ffmpeg does not like --enable-pic on x86... Keep it only ↵beenje
for ppc git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23603 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-11fixed: python wrapping for powerpc-linux and powerpc64-linuxbeenje
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23601 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-11fixed: --enable-pic when building ffmpeg to avoid R_PPC_REL24 relocation ↵beenje
error on powerpc-linux git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23600 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-08Fixed: Ticket #6710 Reintroduce the --enable-libfaad flag when configuring ↵dteirney
ffmpeg to restore LATM decoding support for DVB-T playback. The check for libfaad-dev during XBMC configure changed to check for the library rather than just the header to add -lfaad to LIBS (thanks elupus and althekiller) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23528 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-07fixed: variable assignmentmaestrodd
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23504 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-06fixed typomaestrodd
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23464 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-06fixed: do not build Goom if disabled (disabled by default ;))vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23459 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-06changed: Move goom to a configure time option (disabled by default).althekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23447 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04moved: XBMCTexXBT to a slightly less random collection of characters.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23399 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04fixed: Really fix trac #7225 now.ceros7
Just added the sizeof size_t check back. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23398 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04fixed: linux link error (ogg/vorbis)AlTheKiller
changed: A couple more lib checks to pkg-config git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23393 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-04fix r23380/r23376 OSX breakagedavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23389 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03changed: Use pkg-config for dependency checks where possible. AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23380 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03updated: configure.in and README.linuxAlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23376 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03removed: More MPCdec refs.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23370 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03changed: [LINUX] Use system libtiff.AlTheKiller
fixed: Some compile error on gentoo with jpeg7 or something. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23368 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-03fixed: Moved some files around to avoid circular symbol dependencies.AlTheKiller
NOTE: VS/xcode project files will need an update. + xbmc/Edl.* -> xbmc/cores/dvdplayer + xbmc/cores/Player* -> xbmc/cores/playercorefactory fixed: Rearranged archive order to allow linking without goofy flags and save ~200kB for release binaries (maybe even a slight decreas in link time if you REALLY look for it ;)). fixed: Include paths and makefiles to correspond with file moves. fixed: Use pkgconfig to get cflags instead of hardcoding system includ paths cosmetic: Cleaned up reallyclean make target output. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23346 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02changed: [LINUX] don't configure/build libvorbisfile, load system lib instead.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23337 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02changed: [LINUX] Don't configure or build libFLAC, load system .so.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23334 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02changed: [LINUX] Don't build (or configure!) libfaad, load system .so instead.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23321 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02Removed: Don't build PAP'c AACCodec since it's no longer used.AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23319 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02fixed: linux build. remove MPCCodec from configure. For AlTheKillertheuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23309 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-02changed: [LINUX] Load system libmad.so.0. One less thing to configure and ↵AlTheKiller
compile! git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23308 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-10-01changed: remove usage of libmpcdec and replace with ffmpeg. as a bonus it ↵spiff_
brings mpc8 support git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23307 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-29[osx] force SETPGRP_HAVE_ARG, 10.6 borks it when setting ↵davilla
MACOSX_DEPLOYMENT_TARGET=10.4 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23235 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-28fixed: compilation on OSX after 23209 (moved libsquish.a to libsquish-@ARCH@.a)beenje
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23233 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-28fixed: compiler warnings due to redefines in pyconfig.hvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23210 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-28force undef _POSIX_C_SOURCE/_XOPEN_SOURCE/_XOPEN_SOURCE_EXTENDED under darwin10davilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23200 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90