summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-01-011.1.20.1.1.1.20.1Darren Salt
--HG-- branch : point-release
2011-11-24Don't check for and include a52_internal.h: it's not actually used.Kevin Kofler
--HG-- branch : point-release extra : rebase_source : 3cc7f85e6e39b1af46b7da40edcdebda000ef8ff
2011-11-22Fix up ImageMagick API selection in the presence of GraphicsMagick; changelog.Darren Salt
--HG-- branch : point-release
2011-11-20fix system libdvdnav support to also link libdvdreadKevin Kofler
--HG-- branch : point-release
2011-11-18Enhance and move the "internal ffmpeg" warning.Darren Salt
--HG-- branch : point-release
2011-11-13xine-lib 1.1.20.Darren Salt
2011-09-29Enable missing FFmpeg codecs for RV30 / RV40 and VP8Brad Smith
--HG-- extra : rebase_source : dd06e80a4a10ee355d073e77044440a1c09dc76e
2011-10-03Simplify test for "internal" visibility compiler flag.Chris Rankin
2011-10-03Set CLOEXEC flag on three more sockets.Chris Rankin
There are two functions that actually set this flag: int _x_set_file_close_on_exec() int _x_set_socket_close_on_exec() (We need two functions because file descriptors and sockets are not the same under WIN32 - of course). These function have been assigned "internal" visibility so that they can be used throughout libxine.so itself while still not being exported to the global symbol table. In other words, they're both as close to being "static" as I can make them.
2011-09-27Added AAC LATM to configure outputPetri Hintukainen
2011-09-12Use AC_LANG_SOURCEPetri Hintukainen
2011-08-29Add AAC LATM support from FFmpeg 0.7+Chris Rankin
I've now tested this patch on Fedora 15 (FFmpeg 0.7) and Fedora 14 (FFmpeg 0.6), and am happy to report that it works fine on F15 and doesn't break xine-lib on F14. On F14, it also has the happy side effect of no longer trying to decode an LATM AAC stream with the xineplug_decode_faad.so plugin. (Which was something which never ended well anyway.)
2011-03-27Add "-no-undefined" as late as possible in the ./configure processVolker Grabsch
This is so it won't be passed to GCC by accident.
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix
2010-10-10Build goom with newer MinGW.František Dvořák
2010-10-09Fix compilation of xine-list on MinGW.František Dvořák
2010-08-03Use -Wformat-security by default.Darren Salt
2010-07-28Allow GraphicsMagick (compat layer) to be used instead of ImageMagick.Darren Salt
Debian build deps are adjusted accordingly.
2010-07-251.1.19.1.1.19Darren Salt
2010-07-19Refuse to build with known-broken libmodplug (0.8.8).Darren Salt
2010-05-25Fix "test x == y" bashisms in configure.ac.Darren Salt
2010-04-23fix win32 recognition when cross compiling by using $host_os instead of ↵Volker Grabsch
$build_os
2010-03-23Added new audio buffer type (EAC3)Petri Hintukainen
2010-03-13Fix V4L2 check.Darren Salt
2010-03-06Missing test of enable_libv4l.Darren Salt
2010-03-06Mention v4l2.Brad Smith
2010-03-061.1.18.1.1.1.18.1Darren Salt
2010-03-06Add an autoconf flag to allow disabling of the Sun audio sound backend.Brad Smith
2010-02-25Fix build with the old, outdated and deprecated internal ffmpeg.Darren Salt
2010-02-24Fix up V4L/V4L2 for non-Linux.Darren Salt
2010-02-21WMAPro supportChristopher Martin
Rename "wmav3" to "wmapro" in xine-lib's internals to line up xine-lib's nomenclature with what everyone else calls it and knows it as. [Tweaked by ds to avoid API change.] Tell xine-lib that when it finds wmapro, look to ffmpeg. ffmpeg's wmapro decoder is unique in that it puts out samples that are floats, not 16-bit ints. These need to be converted. This requires external ffmpeg.
2010-02-06libv4l check shouldn't fail & abort unless --enable-libv4l is given.Darren Salt
2010-02-05Fix testing for DVB support.Darren Salt
2010-01-29Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.Darren Salt
2010-01-26Merge v4l2 support.Darren Salt
2010-01-25Bump version no. etc.Darren Salt
2010-01-06Add v4l2 to the makefileTrever Fischer
--HG-- branch : v4l
2009-12-06Fix XShm detection in the absence of pkgconfig or x11.pc.Darren Salt
2009-12-04Bump the FLAC decoder's priority above ffmpegaudio, and build it by default.Darren Salt
2009-12-011.1.17.1.1.17Darren Salt
2009-08-31Connect up the BluRay subtitles decoder.Darren Salt
--HG-- rename : src/libspudvb/Makefile.am => src/libspuhdmv/Makefile.am
2009-07-15Port to new libmpcdec APIYavor Doganov
This is an incomplete patch porting xine-lib to the new libmpcdec API. Incomplete, because 1) no SV8 support and 2) still no seeking.
2009-07-05Disappearing DVB plugin (Linux, not Hurd)Chris Rankin
I noticed recently that xine's DVB plugin had disappeared. After a bit of investigation (and a few handfuls of hair) I have created this patch:
2009-06-21No DVB support on Hurd.Darren Salt
2009-05-17Require gettext 0.17; pull in some related updates (via autopoint).Darren Salt
2009-05-10Remove default /usr/lib when locating libXvMC & libXvMCW.Darren Salt
Was breaking on systems which, for some strange reason, use /usr/lib64.
2009-02-18Add support for new OpenBSD sound APIBrad Smith
2009-04-031.1.16.3.xine-lib-1_1_16_3-release1.1.16.3Darren Salt
2009-03-15Complain if both <ffmpeg/avutil.h> and <libavutil/avutil.h> are present.Darren Salt
(Should have done this ages ago...)
2009-03-08Enable libmpeg2new only if configured with --enable-libmpeg2new.Darren Salt