aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2013-06-13configure, external ffmpeg: do not check if libavcodec contains vdpau functions.Alexis Ballier
it will fall back to other methods if not present and we have no guarantee that the libavcodec version we build against will be the same we run with (except it has the same ABI but ff_vdpau symbols are not part of the ABI).
2013-06-10Merge pull request #2760 from aballier/ffmpeg_cleanupsArne Morten Kvarving
External FFmpeg cleaning
2013-06-09[mdns] - add optional libmdnsembedded support to configureMemphiz
2013-06-08Merge pull request #2847 from elupus/vda_ffmpegJoakim Plate
Vda ffmpeg
2013-06-08dvdplayer: support vda decoding using ffmpeg hwaccel infrastructureJoakim Plate
This removes the requirment that width/height have to be known before hand, as well as avoid need to extract extradata before hand.
2013-06-05[rbp/buildsystem] changed set USE_TEXTUREPACKER_NATIVE_ROOT in the build ↵gimli
environment
2013-06-01[osx] changed, remove dyload of vda, link to framework insteaddavilla
2013-05-26[release] version bump to 13.0 alpha5 as we start new merge window.Martijn Kaijser
2013-05-17configure: Drop checks for sample_aspect_ratio. They are useless because ↵Alexis Ballier
they are done via #ifery now.
2013-05-17configure: remove a no longer valid commentAlexis Ballier
2013-05-17Drop PIX_FMT_VDPAU_MPEG4 checks and assume it is always present. It is the ↵Alexis Ballier
case for all ffmpeg versions xbmc can build against.
2013-05-17Drop support for old ffmpeg header layout.Alexis Ballier
xbmc requires a ffmpeg version that has the new layout.
2013-05-17Remove the check for libavutil/samplefmt.h and assume it is always present.Alexis Ballier
This header has existed since libavcore got merged back into libavutil and xbmc will not build with such an old ffmpeg version that does not have it.
2013-05-17Remove the check for libavutil/mem.h and assume it is always present.Alexis Ballier
This header has existed since 2007 and xbmc will not build with such an old ffmpeg version that does not have it.
2013-05-17Remove the check for libavutil/mathematics.h and assume it is always present.Alexis Ballier
This header has existed since years and xbmc will not build with such an old ffmpeg version that does not have it.
2013-05-17Remove rgb2rgb.h checks.Alexis Ballier
This header is unused in xbmc code.
2013-05-17Drop checks for libav*/opt.h.Alexis Ballier
It has been moved to libavutil/opt.h in 2010, libavutil versin 50, and xbmc requires ffmpeg 1.0, libavutil version 51.
2013-05-17Remove the checks for AVPacket definitions in libavformat.Alexis Ballier
It has been moved to libavcodec in 2009, libavcodec version 52, and xbmc requires ffmpeg 1.0, libavcodec version 54, so we can assume AVPacket is always defined in libavcodec.
2013-05-17configure: Do not check for libavcore files since it is long gone and xbmc ↵Alexis Ballier
requires ffmpeg 1.0
2013-05-15build: don't guess where a feature may be availableCory Fields
Test the feature, not the OS. Fixes Android build.
2013-05-10jni: add libjnigraphics for native bitmap functionsCory Fields
2013-05-10jni: build jni libraryCory Fields
2013-05-04add DVDVideoCodecAmlogicdavilla
2013-05-04changed utils/Makefile to use Makefile.indavilla
2013-05-02[airtunes] - make libshairplay the new default airtunes library and allow ↵Memphiz
configure to detect and fallback to libshairport if needed
2013-05-01Merge pull request #2667 from ulion/fix_unreference_gcc_builtin_atomic_funculion
Fix undefined reference caused by wrong detection of gcc builtin atomic functions.
2013-04-29Fix undefined reference caused by wrong detection of gcc builtin atomic ↵Ulion
functions.
2013-04-28[release] version bump to 13.0 alpha4 as we start new merge window.Martijn Kaijser
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-03-11depends: gawk is build-side, host doesn't matterCory Fields
2013-03-11depends: remove android hack for python now that correct libdeps are definedCory Fields
2013-03-11depends: add liblog check, it may not be included by the toolchainCory Fields
2013-03-11depends: don't link libcdio unless optical is enabledtheuni
2013-03-11depends: point ffmpeg to the correct yasmtheuni
This should be fixed so that we check for a build-side yasm instead of just assuming it's there.
2013-03-11depends: ffmpeg needs our ldflagstheuni
2013-03-11depends: clean up the built-in mess and test properly insteadCory Fields
2013-03-11depends: set some sane defaults for arm+linuxCory Fields
2013-03-11depends: set default android configure optionsCory Fields
2013-03-07Merge pull request #2243 from MartijnKaijser/13.0alpha2_bumpdavilla
[release] version bump to 13.0 alpha2 as we start new merge window.
2013-03-01Merge pull request #2323 from dagwieers/pthread_setnameJoakim Plate
Name threads properly on Linux, FreeBSD, OpenBSD, ...
2013-03-01Name threads on Linux properlyDag Wieers
I implemented this as part of the OpenELEC project. It helps debug issues if we can easily identify the XBMC thread by name. This patch implements just that. This second incarnation now implements a proper configure check to ensure we are using the capabilities of the library on various platforms (esp. when using glibc < 1.12).
2013-02-28[cec] get the CEC devices that are connected to the system from libCEC, ↵Lars Op den Kamp
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0
2013-02-15[release] version bump to 13.0 alpha2 as we start new merge window.Martijn Kaijser
2013-02-11bluray: support BDJ menusJoakim Plate
2013-02-10Merge pull request #2193 from OpenELEC/git-version-changesMartijn Kaijser
configure.in: change check for 'VERSION' file:
2013-02-09configure: fix *nix compilation of libdvdnavwsnipex
2013-02-07configure.in: change check for 'VERSION' file:Stephan Raue
- first check if this file exist and use the content from there - if it not exist check with 'git log' - if this fails set to 'Unknown' This patch also shows the GIT_REV in the configure summary message. To display This message on top of the messages we move the whole block a bit above
2013-02-02configure: allow GIT_REV to be read from VERSION filewsnipex
needed for building outside of a git repo
2013-01-31[configure] - fix missleading enable printout of projectmMemphiz