summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-07configure: Add AG_GST_ARG_GCOV to make automake happy againSebastian Dröge1-0/+1
+ running automake -a -c -Wno-portability... common/check.mak:107: error: GST_GCOV_ENABLED does not appear in AM_CONDITIONAL tests/check/Makefile.am:1: 'common/check.mak' included from here
2013-02-28Add uninstalled pkg-config file so other modules can find libav elements for ↵Tim-Philipp Müller1-0/+2
unit tests e.g. gst-plugins-bad has some unit tests that draw on av* elements.
2013-01-21libav: fix checks for internal libav configure optionsAndoni Morales Alastruey1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=691723
2012-12-31configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSTim-Philipp Müller1-1/+1
AM_CONFIG_HEADER has been removed in the just-released automake 1.13: https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html https://bugzilla.gnome.org/show_bug.cgi?id=690881
2012-12-21configure: Pass CC, LD, AS, AR and NM to the libav configure if setSebastian Dröge1-0/+20
2012-10-25Back to feature developmentTim-Philipp Müller1-3/+4
2012-10-25Release 1.0.2Tim-Philipp Müller1-2/+2
2012-10-23configure: fix os type configure option for androidAndoni Morales Alastruey1-1/+9
2012-10-07Back to development (bug fixing)Tim-Philipp Müller1-1/+1
2012-10-07Release 1.0.1Tim-Philipp Müller1-2/+2
2012-09-24Back to development (bug fixing)Tim-Philipp Müller1-1/+1
2012-09-24Release 1.0.0Tim-Philipp Müller1-2/+2
2012-09-17Release 0.11.99Tim-Philipp Müller1-2/+2
2012-09-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller1-1/+1
2012-09-14Back to developmentTim-Philipp Müller1-1/+1
2012-09-14Release 0.11.94Tim-Philipp Müller1-2/+2
2012-09-11configure.ac: handle out-of-tree buildMark Nauwelaerts1-0/+2
In file included from <gst-ffmpeg>/gst-libs/ext/libav/libavutil/avutil.h:318:0, from <gst-ffmpeg>/gst-libs/ext/libav/libswscale/swscale.h:30, from <gst-ffmpeg>/ext/libswscale/gstffmpegscale.c:26: <gst-ffmpeg>/gst-libs/ext/libav/libavutil/common.h:38:32: fatal error: libavutil/avconfig.h: No such file or directory compilation terminated.
2012-09-11configure: actually check for orcTim-Philipp Müller1-0/+2
Otherwise we get a scary "orc acceleration disabled, orc not found or too old" message at the end of the configure output. It's used by libswscale.
2012-09-10ext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]Edward Hervey1-2/+2
2012-09-10configure: Fix name of binary to disableEdward Hervey1-1/+1
2012-09-10remove postproc elementEdward Hervey1-18/+1
libpostproc is gone from upstream libav.
2012-09-10configure.ac: Import top-level include directoryEdward Hervey1-14/+3
And fixup all includes
2012-08-22configure: bump gtk-doc req to 1.12 (mar-2009)Stefan Sauer1-1/+1
This allows us to e.g. unconditionally use gtkdoc-rebase.
2012-08-08Back to developmentTim-Philipp Müller1-1/+1