summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-06-14configure: Use GLIB_EXTRA_CFLAGSSebastian Dröge1-2/+2
2010-06-09configure: use m4 macro to check for OrcDavid Schleef1-26/+3
2010-06-08configure: remove liboil checkDavid Schleef1-5/+0
2010-06-08configure: Add orc checkDavid Schleef1-0/+28
2010-06-08raw1394: Require libraw1394 >= 2.0.0 for raw1394_read_cycle_timerSebastian Dröge1-2/+2
Fixes bug #620929.
2010-06-02pulsesink: optimize communication with PulseAudio using pa_stream_begin_writePierre-Louis Bossart1-0/+4
2010-06-01gdkpixbuf: Add a gdkpixbuf3 plugin that uses gdkpixbuf3Sebastian Dröge1-0/+5
2010-06-01configure: require core/base gitTim-Philipp Müller1-2/+2
For WebM typefinding and GstTagsetter fixes.
2010-06-01Back to developmentTim-Philipp Müller1-1/+1
2010-05-30Release 0.10.23RELEASE-0.10.23Tim-Philipp Müller1-1/+1
2010-05-260.10.22.3 pre-releaseTim-Philipp Müller1-1/+1
2010-05-15configure: Use = instead of == in shell scripts for equality checksSebastian Dröge1-1/+1
2010-05-140.10.22.2 pre-releaseTim-Philipp Müller1-1/+1
2010-05-11Move oss4 plugin from -bad to -goodTim-Philipp Müller1-1/+12
Hook up build infrastructure, docs and tests. Fixes #614305.
2010-05-11Move imagefreeze plugin from -bad to -goodTim-Philipp Müller1-0/+2
Hook up build infrastructure, docs and unit test for new plugin. Fixes #613786.
2010-05-11configure: Check for GTK+ 3.0 and if it's not available for GTK+ 2.0Sebastian Dröge1-1/+2
2010-04-29Back to development.Tim-Philipp Müller1-1/+1
2010-04-28Release 0.10.22RELEASE-0.10.22Tim-Philipp Müller1-3/+3
2010-04-260.10.21.3 pre-releaseTim-Philipp Müller1-1/+1
2010-04-15configure: Drop -Wcast-alignThiago Santos1-2/+2
Commit message copied from core's commit from Benjamin Otte: 246f5dba96a5b50bb74621af67b30942cca72af5 Apparently gcc warns that GstMiniObject is not castable to GstEvent/Message/Buffer due to them containing 64bit variables, even though ARM hackers claim that those only need 4byte alignment. And as long as gcc behaves that way, this warning is not very useful. So we'll remove the warning until this problem is fixed. Fixes #615698
2010-04-150.10.21.2 pre-releaseTim-Philipp Müller1-1/+1
2010-04-13configure: also remove -Waggregate-return from warning flagsTim-Philipp Müller1-1/+3
It causes problems with Objective-C code like in osxvideosink. Fixes #613663.
2010-04-12configure: Remove -Wundef flagEdward Hervey1-2/+2
Fixes #615161
2010-04-04Revert "configure: fix out of source dir builds"Stefan Kost1-2/+2
This reverts commit ca0bd3a8cea31f9ea0df798a83d3007e696958ba.
2010-04-04configure: fix out of source dir buildsStefan Kost1-2/+2
Remove non-existing gst-libs from include and library-paths'. Fixes #614354 even more.
2010-03-30build: fix compiler warning when srcdir != builddirRob Clark1-2/+2
Fixes '../../gst-libs: No such file or directory' warning/error when the build directory is not the same as the source directory. Fixes #614354.
2010-03-21-Wold-style-definition is not valid for C++Benjamin Otte1-1/+1
2010-03-21Add a large set of warning flags.Benjamin Otte1-2/+9
None of them trigger warnings anymore, so nothing needed to be fixed.
2010-03-21Add -Wold-style-definition flagBenjamin Otte1-2/+2
And fix the warnings
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte1-2/+2
... and fix all warnings
2010-03-19rtsp: use GType from -base and bump required versionWim Taymans1-2/+2
Use the transport flags GType from -base and bump the required version of -base because of this.
2010-03-17Add -Wundef to configure flagsBenjamin Otte1-2/+2
and fix the resulting warnings
2010-03-17-Wmissing-prototypes is not valid for C++Benjamin Otte1-1/+1
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-2/+2
Also fix compile issues
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-2/+2
And fix all the warnings.
2010-03-16png: Check for libpng >= 1.2 instead of libpng12Руслан Ижбулатов1-1/+1
2010-03-10Update CXXFLAGS, too, just like CFLAGSBenjamin Otte1-1/+1
2010-03-10Update for recent changes to common submoduleBenjamin Otte1-1/+1
This just replaces every "$ERROR_CFLAGS" usage with a usage of "$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as previously. Actually using that separation will happen later.
2010-03-09configure: Use automake 1.11 silent rules instead of shave if availableSebastian Dröge1-3/+5
This makes sure that we use something that is still maintained and also brings back libtool 1.5 support.
2010-03-09Back to developmentTim-Philipp Müller1-1/+1
2010-03-09Release 0.10.21RELEASE-0.10.21Tim-Philipp Müller1-1/+1
2010-03-08Release 0.10.20RELEASE-0.10.20Tim-Philipp Müller1-1/+1
2010-03-06Release 0.10.19RELEASE-0.10.19Tim-Philipp Müller1-3/+3
2010-03-030.18.4 pre-releaseTim-Philipp Müller1-1/+1
2010-02-240.10.18.3 pre-releaseTim-Philipp Müller1-3/+3
2010-02-23configure: Use $PKG_CONFIG instead of pkg-config to fix cross compilationVolker Grabsch1-1/+1
Fixes bug #610839.
2010-02-190.10.18.2 pre-releaseTim-Philipp Müller1-2/+2
2010-02-16configure: fix up GST_CXXFLAGS properlyTim-Philipp Müller1-1/+1
We don't want C specific flags in GST_CXXFLAGS, so base it on the GST_CFLAGS that only contains the pkg-config CFLAGS but none of the GST_OPTION_CFLAGS. Also, we only need the local includes once. Fix typo as well (GST_FLAGS -> GST_CFLAGS).
2010-02-15configure: base GST_CXXFLAGS on --cflags from pkg-configStefan Kost1-1/+1
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting point for for both C and CXX settings.
2010-02-13configure: bump -base requirement to gitTim-Philipp Müller1-1/+1
For GST_RIFF_TAG_JUNQ.