Age | Commit message (Collapse) | Author | Files | Lines |
|
unused errors on osx.
On osx, make check in gstreamer directory currently outputs:
"error: argument unused during compilation: '-pthread'".
This new ax_pthread.m4 adds -Qunused-arguments when needed.
Source:
http://www.gnu.org/software/autoconf-archive/ax_pthread.html
History:
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_pthread.m4
https://bugzilla.gnome.org/show_bug.cgi?id=747954
|
|
the 2-parameter invocation:
AG_GST_SET_PACKAGE_RELEASE_DATETIME([yes], [YYYY-MM-DD])
is greping the first parameter instead of the second.
https://bugzilla.gnome.org/show_bug.cgi?id=739079
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=739079
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=739079
|
|
Something is not right with these checks, they sometimes lead
to build failures on OSX/iOS like e.g.
Undefined symbols for architecture i386:
"rrwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED,no%E_ARGUEMENT_MISMATCH,no%E_MACRO_REDEFINED,no%E_LOOP_NOT_ENTERED_AT_TOP", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture i386
Let's just remove the -Wall/-Werror support in case
of this compiler which is most likely completely unused
anyway these days. Code will still compile just fine as
before (hopefully), it's just that we don't get extra
warnings.
|
|
GST_ENABLE_EXTRA_CHECKS #define
Assertions are useful to have in any case, and we were abusing the #define for
adding extra checks to our code. Let's do it properly!
https://bugzilla.gnome.org/show_bug.cgi?id=756870
|
|
Turns out the original upstream 2.4.2 does work, it's the 2.4.2
shipping with Ubuntu that breaks.
This reverts commit d689b7e777103ca4f542cbfd9c6cc810679f72d1.
|
|
Earlier versions now fail with the switch to autoreconf.
https://bugzilla.gnome.org/show_bug.cgi?id=754690
|
|
This is the appropriate value to use for g-ir-scanner option
--add-init-section. This is also a single location in case we
get it wrong again.
|
|
So we can add proper plugin dependencies and reload the
gio plugin when gvfs backends are installed or removed.
https://bugzilla.gnome.org/show_bug.cgi?id=747841
|
|
|
|
|
|
We'll share this between gstreamer (which uses a slightly older version
of ax_pthread.m4) and gst-plugins-bad (which uses an even older
acx_pthread.m4).
|
|
Bison
Fixes
checking bison version 2.7.1.1194-51a4 >= 2.4... Bareword found where operator
expected at -e line 1, near "51a4"
(Missing operator before a4?)
syntax error at -e line 1, near "51a4 "
Execution of -e aborted due to compilation errors.
This is due to not quoting the string when calling 'perl' to check
the version number. The - sign causes a syntax error.
https://bugzilla.gnome.org/show_bug.cgi?id=728946
|
|
|
|
|
|
The version is slightly updated to not trigger compiler warnings for uninitialized code.
|
|
GStreamer could be built for and run on Synopsys DesignWare ARC cores.
More information about these CPUs could be found at:
http://www.synopsys.com/IP/PROCESSORIP/ARCPROCESSORS
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
|
|
We require something newer now, so this does not apply any more.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=667307
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=729621
|
|
Needed for '<>' syntax
https://bugzilla.gnome.org/show_bug.cgi?id=710034
|
|
There might be some stray po/ without po/Makevars in
some of the fringe modules.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=705455
|
|
When checking ERROR_CXXFLAGS and ERROR_OBJCFLAGS, make sure the
comma isn't interpreted as introducing the next argument to
AS_{CXX,OBJC}_COMPILER_FLAG.
Based on patch by Kyle Schwarz <zeranoe@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=720020
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=707658
|
|
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=708466
|
|
and not pre-releases. If we disable asserts, that will cause some
warnings which we should ignore.
|
|
We want pre-releases to match the final release as much as possible,
so should use the same flags.
|
|
The awk and grep calls were not portable before and caused
errors on Solaris.
https://bugzilla.gnome.org/show_bug.cgi?id=707661
|
|
and not only for GIT versions
|
|
Fixes #682077
|
|
|
|
|
|
All the normal thread-related stuff is in glib proper, and
we don't use g_thread_init() any more.
https://bugzilla.gnome.org/show_bug.cgi?id=689043
|
|
|
|
Fix "AM_PATH_PYTHON([2.7]) is m4_require'd but not m4_defun'd"
warnings in autogen.sh. Just do AC_REQUIRE(AM_PATH_PYTHON)
without any arguments, which makes more sense. And disable
plugin doc building if python was not found.
|
|
Actually check for python by doing AC_REQUIRE rather
than just AC_BEFORE.
|
|
|
|
And make the minimum python version argument optional since it's
for our own python code in common.
https://bugzilla.gnome.org/show_bug.cgi?id=563903
|
|
|
|
GTKDOC_REBASE will be set to /bin/true if gtkdoc-rebase is missing.
Remove unused GTK_DOC_USE_REBASE conditional.
Fixes #681635
|
|
overridden
Makes cross-compiling easier.
https://bugzilla.gnome.org/show_bug.cgi?id=677620
|
|
Fixes bug #680428.
|
|
They need to be called before AC_ARG_PROGRAM
|
|
We were detecting the host cpu (and not the target one).
|
|
|
|
|