index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
2009-11-12
fixed: Ticket #5865 - [python] https urls and special:// paths (needs attenti...
vdrfan
2009-11-12
[osx] (trac #7657 fixed) thumb-gen crashing on atv, changed ffmpeg to cpudetect
davilla
2009-11-02
fixed: Changing configure options with out a make clean wouldn't
althekiller
2009-11-01
fixed: Reintroduce SDL_image configure check. TextureBundler/XBMCTex still u...
althekiller
2009-11-01
fixed: typo
althekiller
2009-11-01
fixed: iso9660.h check didn't stop configure if it failed.
althekiller
2009-10-27
changed: Don't compile/link rar support when nonfree is disabled
althekiller
2009-10-27
fixed: Check for cdio/iso9660.h explicitly as some distros package iso9660 su...
althekiller
2009-10-27
added: [LINUX/OSX] "--disable-non-free" configure option to disable component...
althekiller
2009-10-23
[osx] revert part of r23717, setting yasm this way fails to use it properly, ...
davilla
2009-10-20
[osx] 1) Turn off 3Dnow since no real Mac supports it. Seems to cause crashes...
davilla
2009-10-19
fixed: [LINUX] Revision detection on trees tracked by SVN. I hate you autoconf.
AlTheKiller
2009-10-18
fixed: svn revision was unknown when using git svn.
althekiller
2009-10-14
[all] remove _XBOX compile, legacy and not used anyore, [osx] select yasm the...
davilla
2009-10-11
fixed: looks like ffmpeg does not like --enable-pic on x86... Keep it only fo...
beenje
2009-10-11
fixed: python wrapping for powerpc-linux and powerpc64-linux
beenje
2009-10-11
fixed: --enable-pic when building ffmpeg to avoid R_PPC_REL24 relocation erro...
beenje
2009-10-08
Fixed: Ticket #6710 Reintroduce the --enable-libfaad flag when configuring ff...
dteirney
2009-10-07
fixed: variable assignment
maestrodd
2009-10-06
fixed typo
maestrodd
2009-10-06
fixed: do not build Goom if disabled (disabled by default ;))
vdrfan
2009-10-06
changed: Move goom to a configure time option (disabled by default).
althekiller
2009-10-04
moved: XBMCTexXBT to a slightly less random collection of characters.
jmarshallnz
2009-10-04
fixed: Really fix trac #7225 now.
ceros7
2009-10-04
fixed: linux link error (ogg/vorbis)
AlTheKiller
2009-10-04
fix r23380/r23376 OSX breakage
davilla
2009-10-03
changed: Use pkg-config for dependency checks where possible.
AlTheKiller
2009-10-03
updated: configure.in and README.linux
AlTheKiller
2009-10-03
removed: More MPCdec refs.
AlTheKiller
2009-10-03
changed: [LINUX] Use system libtiff.
AlTheKiller
2009-10-03
fixed: Moved some files around to avoid circular symbol dependencies.
AlTheKiller
2009-10-02
changed: [LINUX] don't configure/build libvorbisfile, load system lib instead.
AlTheKiller
2009-10-02
changed: [LINUX] Don't configure or build libFLAC, load system .so.
AlTheKiller
2009-10-02
changed: [LINUX] Don't build (or configure!) libfaad, load system .so instead.
AlTheKiller
2009-10-02
Removed: Don't build PAP'c AACCodec since it's no longer used.
AlTheKiller
2009-10-02
fixed: linux build. remove MPCCodec from configure. For AlTheKiller
theuni
2009-10-02
changed: [LINUX] Load system libmad.so.0. One less thing to configure and co...
AlTheKiller
2009-10-01
changed: remove usage of libmpcdec and replace with ffmpeg. as a bonus it bri...
spiff_
2009-09-29
[osx] force SETPGRP_HAVE_ARG, 10.6 borks it when setting MACOSX_DEPLOYMENT_TA...
davilla
2009-09-28
fixed: compilation on OSX after 23209 (moved libsquish.a to libsquish-@ARCH@.a)
beenje
2009-09-28
fixed: compiler warnings due to redefines in pyconfig.h
vdrfan
2009-09-28
force undef _POSIX_C_SOURCE/_XOPEN_SOURCE/_XOPEN_SOURCE_EXTENDED under darwin10
davilla
2009-09-23
step 3/4: Move linuxport to trunk. How'd I get roped into this?
AlTheKiller