summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19Release 1.5.90Sebastian Dröge1-4/+4
2015-07-28Revert "For static builds, add the ffmpeg library directories to the linker ↵Sebastian Dröge1-8/+2
flags" This reverts commit ac3437153dc6cb3d82cdda0d1f60ffc5600fdf67. Doesn't actually make sense as it will put the (uninstalled) library paths into the installed .la files. How does this all work?
2015-07-28For static builds, add the ffmpeg library directories to the linker flagsSebastian Dröge1-2/+8
2015-07-07Disable iconv support to fix Windows buildSebastian Dröge1-3/+4
It's needed only for subtitle charset conversion, and we don't use the ffmpeg subtitle support anyway. Also disable d3d11va and dxva2 support, we don't use the hardware codec support.
2015-07-03Fix OSX build: Explicitly disable VDA h264 decoderHeinrich Fink1-1/+1
VideoDecodeAcceleration framework is deprecated in 10.11, and currently cuases linker errors when compiling on OSX. Oddly, --disable-hwaccels did not also disable h264_vda already. https://bugzilla.gnome.org/show_bug.cgi?id=751838
2015-07-01Make the LGPL build the default and require --enable-gpl to build a GPL ↵Sebastian Dröge1-6/+6
licensed version
2015-07-01Switch from libav v11.4 to ffmpeg n2.7.1Sebastian Dröge1-5/+19
ffmpeg seems to be the one of the two forks, which is most widely used by Linux distributions and in general. Also Google is using it for e.g. Chrome and has engineers working on finding and fixing security issues in it. https://bugzilla.gnome.org/show_bug.cgi?id=751607
2015-06-25Back to developmentSebastian Dröge1-3/+3
2015-06-24Release 1.5.2Sebastian Dröge1-4/+4
2015-06-07Back to developmentSebastian Dröge1-3/+3
2015-06-07Release 1.5.1Sebastian Dröge1-3/+3
2015-06-02configure: don't disable Chinese AVS (cavs) decoderAurélien Zanelli1-3/+3
It enables GStreamer to decode Chinese AVS video streams. Also fix indentation. https://bugzilla.gnome.org/show_bug.cgi?id=727731
2015-04-23configure: bump automake requirement to 1.14 and autoconf to 2.69Tim-Philipp Müller1-6/+4
This is only required for builds from git, people can still build tarballs if they only have older autotools. https://bugzilla.gnome.org//show_bug.cgi?id=747624
2014-08-12libav: Minor changes to build properly with v11alpha1Sebastian Dröge1-2/+3
2014-07-19Back to developmentSebastian Dröge1-4/+4
2014-07-19Release 1.4.0Sebastian Dröge1-4/+4
2014-07-11Release 1.3.91Sebastian Dröge1-4/+4
2014-06-28Release 1.3.90Sebastian Dröge1-4/+4
2014-06-22Back to developmentSebastian Dröge1-3/+3
2014-06-22Release 1.3.3Sebastian Dröge1-4/+4
2014-05-21Back to developmentSebastian Dröge1-3/+3
2014-05-21Release 1.3.2Sebastian Dröge1-4/+4
2014-05-03Back to developmentSebastian Dröge1-3/+3
2014-05-03Release 1.3.1Sebastian Dröge1-4/+4
2014-02-26docs: make the docs build againStefan Sauer1-3/+1
They are still bad, but if we don't want to have them, we should rather remove this totally.
2014-02-26configure: add missing docs/plugins/MakefileStefan Sauer1-0/+1
2013-12-27configure.ac: Remove warning when building against a system version of libavSebastian Dröge1-32/+0
Nowadays libav has proper releases and API/ABI guarantees. We're not living in last decade.
2013-09-28configure: Chose right target-os for iOSSebastian Dröge1-0/+3
2013-09-24configure: Actually use 1.3.0.1 as version to make configure happySebastian Dröge1-3/+3
2013-09-24Back to developmentSebastian Dröge1-4/+4
2013-09-24Release 1.2.0Sebastian Dröge1-4/+4
2013-09-19Back to developmentSebastian Dröge1-3/+3
2013-09-19Release 1.1.90Sebastian Dröge1-4/+4
2013-08-28Back to developmentSebastian Dröge1-3/+3
2013-08-28Release 1.1.4Sebastian Dröge1-4/+4
2013-08-28configure.ac: Fix typoSebastian Dröge1-1/+1
2013-08-23configure: Disable build of dxva2 and vdpau support explicitelySebastian Dröge1-2/+2
It is enabled although we pass --disable-hwaccels apparently and makes the build fail on Windows because libav looks for the d3d headers in the wrong places. We can't make use of these features via libav. https://bugzilla.gnome.org/show_bug.cgi?id=706601
2013-08-22configure: Fix bz2 configure check for WindowsSebastian Dröge1-3/+8
Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. https://bugzilla.gnome.org/show_bug.cgi?id=465924
2013-08-07build: add subdir-objects to AM_INIT_AUTOMAKELubosz Sarnecki1-1/+1
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-07-29Back to developmentSebastian Dröge1-3/+3
2013-07-29Release 1.1.3Sebastian Dröge1-4/+4
2013-07-19configure: Remove workaround from last decade and make SIMD optimizations ↵Sebastian Dröge1-7/+0
work on OSX https://bugzilla.gnome.org/show_bug.cgi?id=704442
2013-07-11Back to developmentSebastian Dröge1-3/+3
2013-07-11Release 1.1.2Sebastian Dröge1-4/+4
2013-06-05Back to developmentSebastian Dröge1-3/+3
2013-06-05Release 1.1.1Sebastian Dröge1-4/+4
2013-04-16libav: Fix typo in the SWSCALE libraries for static pluginsSebastian Dröge1-1/+1
2013-04-15libav: fix static linkingAndoni Morales Alastruey1-6/+24
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+23
2013-03-07configure: Set the assembler used for libav to $CCSebastian Dröge1-1/+1
libav assumes that it's not just an assembler but something that can also handle CPPFLAGS and other things. https://bugzilla.gnome.org/show_bug.cgi?id=694416