summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
2010-01-08Merge from 1.2 main.Darren Salt
2010-01-07Correctly fall back on internal libxdg-basedir.Darren Salt
2010-01-06Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external.Darren Salt
2009-12-17Merge from 1.2 main.Darren Salt
2009-12-02Optimisation of generated documentation PNGs.Darren Salt
2009-11-20Merge from 1.1; merge vdpau (with adjustments for 1.2).Darren Salt
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-engine/osd.h => include/xine/osd.h rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libvdpau/Makefile.am => src/video_dec/libvdpau/Makefile.am rename : src/libvdpau/bits_reader.h => src/video_dec/libvdpau/bits_reader.h rename : src/libvdpau/dpb.c => src/video_dec/libvdpau/dpb.c rename : src/libvdpau/dpb.h => src/video_dec/libvdpau/dpb.h rename : src/libvdpau/h264_parser.c => src/video_dec/libvdpau/h264_parser.c rename : src/libvdpau/h264_parser.h => src/video_dec/libvdpau/h264_parser.h rename : src/libvdpau/nal.c => src/video_dec/libvdpau/nal.c rename : src/libvdpau/nal.h => src/video_dec/libvdpau/nal.h rename : src/libvdpau/vdpau_h264.c => src/video_dec/libvdpau/vdpau_h264.c rename : src/libvdpau/vdpau_mpeg12.c => src/video_dec/libvdpau/vdpau_mpeg12.c rename : src/libvdpau/vdpau_vc1.c => src/video_dec/libvdpau/vdpau_vc1.c
2009-11-20Merge vdpau. THIS CONTAINS ABI CHANGES and is therefore not xine-lib 1.1.Darren Salt
2009-08-31Connect up the BluRay subtitles decoder.Darren Salt
--HG-- rename : src/libspudvb/Makefile.am => src/libspuhdmv/Makefile.am
2009-05-17Merge from 1.1.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-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-03-03Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2new/include/Makefile.am => src/video_dec/libmpeg2new/include/Makefile.am rename : src/libmpeg2new/libmpeg2/Makefile.am => src/video_dec/libmpeg2new/libmpeg2/Makefile.am
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
2009-02-17Fix XINE_BUILD_DATE in the autoconf script.Brad Smith
2009-02-10Restart 1.1.17 (again); revert changes made specifically for the release.Darren Salt
2009-02-101.1.16.2; back out release changes intended for 1.1.17.xine-lib-1_1_16_2-release1.1.16.2Darren Salt
2009-02-10Disable libmpeg2new for release.Darren Salt
2009-01-17Merge from 1.1.Darren Salt
--HG-- rename : src/libfaad/Makefile.am => contrib/libfaad/Makefile.am rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libxinevdec/image.c => src/video_dec/image.c rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-16Merge ffmeg codecs list creation rework from 1.1 with adaptations.Darren Salt
There are no CONFIG_*_DECODER macros, so don't write the #ifdefs for them. Instead, check the avcodec version number if requested ("config=foo=51,50,1"). Also, allow for AV_VERSION_INT being undefined.
2009-01-16Rework ffmpeg codecs lists creation.Darren Salt
This is intended to make it easier to add new codecs without breaking compilation with older ffmpeg and to see which codecs need to be added.
2009-01-15Bump the API age and update the version number.Darren Salt
2009-01-12Merge from 1.1.Darren Salt
--HG-- rename : src/libmpeg2new/Makefile.am => src/video_dec/libmpeg2new/Makefile.am rename : src/libmpeg2new/xine_mpeg2new_decoder.c => src/video_dec/libmpeg2new/xine_mpeg2new_decoder.c
2009-01-12Enable libmpeg2new & clean it up. libmpeg2 remains preferred.Darren Salt
2009-01-12Simplify using xine directories in configure, remove unnedded stuff.František Dvořák
Fixed font installation for Windows platforms.
2009-01-11xine-lib 1.1.16.1.xine-lib-1_1_16_1-release1.1.16.1Darren Salt
2008-12-01Needed for autogen to work.Julian Scheel
2008-11-29Adding vo_vdpau.Christophe Thommeret
2008-11-29Newer ImageMagick has GraphicsMagickWand.pc, not Wand.pcDarren Salt
(Reported by Loïc Minier.)
2008-12-28Merge from 1.1.Darren Salt
--HG-- rename : src/libxineadec/Makefile.am => src/audio_dec/Makefile.am rename : src/libxinevdec/Makefile.am => src/video_dec/Makefile.am rename : src/libmpeg2/Makefile.am => src/video_dec/libmpeg2/Makefile.am
2008-12-28Merge from 1.1.Darren Salt
--HG-- rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c
2008-12-20Ignore warnings about pointer signedness since we have signed read functions ↵Diego E. 'Flameeyes' Pettenò
in our plugins (for now).
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
--HG-- rename : include/xine.h.in => include/xine.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : m4/_xine.m4 => m4/types.m4 rename : po/libxine1.pot => po/libxine2.pot rename : src/libfaad/xine_faad_decoder.c => src/audio_dec/xine_faad_decoder.c rename : src/libspucc/cc_decoder.h => src/spu_dec/cc_decoder.h rename : src/libspucmml/xine_cmml_decoder.c => src/spu_dec/cmml_decoder.c rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libspucc/xine_cc_decoder.c => src/spu_dec/xine_cc_decoder.c rename : src/libmpeg2/mpeg2.h => src/video_dec/libmpeg2/mpeg2.h
2008-11-22Fix linkage failure caused by the av_free() changes in the ffmpeg decoders.Darren Salt
2008-11-19Enable basic warnings even when optimisations are disabled.Diego E. 'Flameeyes' Pettenò
We don't want to have warnings conditional to extreme optimisations: if the compiler supports them, they should be enabled. The reason why they were conditional is that the code testing for GCC presence enabled both warnings and optimisations, and the warnings were carried over when the optimisations were made optional.
2008-11-19Create a new macro CC_NOUNDEFINED to check for the -z defs flag orDiego E. 'Flameeyes' Pettenò
equivalent. I wanted this because I'm going to reuse attribute.m4 with that macro for a couple other projects. This also removes AC_TRY_LDFLAGS since it's not used any longer (replaced by CC_CHECK_LDFLAGS, which also caches results).
2008-11-19Update the CFLAGS checks to use the new CC_CHECK_CFLAGS_APPEND macros.Diego E. 'Flameeyes' Pettenò
This should make it more readable, and avoid a few extra test. Also check for the -Werror= style for GCC 4.3 instead of the old -Werror-implicit-function-declaration.
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