gstreamer/libs/gst
Anthony G. Basile d6e25ddedd libcompat.h: strsignal() should be not be decleared const
POSIX standards requires strsignal() to return a pointer to a char,
not a const pointer to a char. [1]  On uClibc, and possibly other
libc's, that do not HAVE_DECL_STRSIGNAL, libcompat.h declares
const char *strsignal (int sig) which causes a type error.

[1] man 3 strsignal

https://bugzilla.gnome.org/show_bug.cgi?id=763567
2016-03-23 14:48:16 +02:00
..
base baseparse: Recheck after pre_push_frame() if there are tags pending 2016-03-14 12:23:29 +02:00
check libcompat.h: strsignal() should be not be decleared const 2016-03-23 14:48:16 +02:00
controller controller: Do not unset uninitiallized GValue 2016-02-02 19:51:56 +01:00
helpers helpers: really fix install race 2015-12-04 16:44:39 +02:00
net netclientclock: Remove some obsolete code that can cause warnings 2016-03-09 16:07:27 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00