summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-12-08Add configure check and replacement for ffabs()Petri Hintukainen
2014-11-06Add <limits.h> conftest as used by internal libmad.Torsten Jager
2014-05-19libw32dll linker fixThomas Klausner
libw32dll on NetBSD uses i386_set_ldt. This function lives in libi386.so, so this needs to be linked. For this reason, lhe attached patches test for i386_set_ldt in libi386 and add it to the linker command line if found.
2014-05-18DVB support for NetBSDThomas Klausner
Sometime in 2011 NetBSD got support for parts of the V4L2 API. Add support for finding and using the NetBSD-specific DTV headers.
2013-09-19video_out_vdpau: dont work around already thread safe X11.Torsten Jager
Still not sure whether this is the end of the story now.
2012-08-16configure.ac: hstrerror check needs NET_LIBSFabian Groffen
to check if hstrerror is in netdb.h, we need NETLIBS (as determined before) on platforms where NETLIBS != "", such as Solaris
2012-07-16Added configure check for AVX assembler supportPetri Hintukainen
2012-06-09Use rsvg-convert, where available, for documentation images.Darren Salt
2012-06-05Merge from 1.1Petri Hintukainen
2012-06-05Fixed LIBS with cygwinCarlo Bramini
@INTLLIBS@ is wrong because it should be $(INTLLIBS) instead (and infact it causes an error at compile time because it is not expanded), that piece of code is a nonsense: under cygwin, libintl is added like in all posix environments.
2012-06-05Fixed -no-undefined handling with mingw and cygwinCarlo Bramini
"-no-undefined" is not a linker flag, it's a libtool flag, so it must be removed from LDFLAGS for CYGWIN and MINGW. There is already another variable for that purpose.
2012-05-29Check if compiler supports __attribute__((weak))Carlo Bramini
2012-01-01Update version no.Darren Salt
2012-01-01Merge.Darren Salt
2012-01-011.1.20.1.1.1.20.1Darren Salt
--HG-- branch : point-release
2011-12-15Added BluRay input pluginPetri Hintukainen
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-10-10Throw an error if libxdg-basedir has not been found but ↵Christian Ruppert
--with-external-libxdg-basedir has been used
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-03-20Merge from 1.1.Darren Salt
--HG-- rename : src/libxineadec/gsm610/Makefile.am => contrib/gsm610/Makefile.am rename : src/libxineadec/nosefart/diff_to_nosefart_cvs.patch => contrib/nosefart/diff_to_nosefart_cvs.patch rename : src/libxineadec/nosefart/nes6502.c => contrib/nosefart/nes6502.c rename : src/libxineadec/nosefart/nes6502.h => contrib/nosefart/nes6502.h rename : src/libxineadec/nosefart/nes_apu.c => contrib/nosefart/nes_apu.c rename : src/libxineadec/nosefart/nes_apu.h => contrib/nosefart/nes_apu.h rename : src/libxineadec/nosefart/nsf.c => contrib/nosefart/nsf.c rename : src/libxineadec/nosefart/nsf.h => contrib/nosefart/nsf.h rename : src/libxineadec/nosefart/types.h => contrib/nosefart/types.h rename : src/libxineadec/nosefart/version.h => contrib/nosefart/version.h rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c rename : src/libxinevdec/image.c => src/video_dec/image.c
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-09-23Merge from 1.1.Darren Salt
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