Projects
Multimedia
gmerlin
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 52
View file
gmerlin.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Jun 11 12:53:16 UTC 2024 - Bernhard M. Wiedemann <packmanbmw@lsmod.de> + +- Add fixcompile.patch + +------------------------------------------------------------------- Wed Feb 25 08:15:40 UTC 2015 - avvissu@yandex.ru - Update to svn4256
View file
gmerlin.spec
Changed
@@ -34,6 +34,7 @@ Patch1: gmerlin-4256-write_frame_jack.patch Patch2: gmerlin-1.2.0-cdio.patch Patch3: gmerlin.patch +Patch4: fixcompile.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen
View file
fixcompile.patch
Added
@@ -0,0 +1,1128 @@ +Fix compilation by including required stdlib.h +for "free", "malloc", "atoi" etc + +Index: gmerlin/plugins/visualization/vis_scope.c +=================================================================== +--- gmerlin.orig/plugins/visualization/vis_scope.c ++++ gmerlin/plugins/visualization/vis_scope.c +@@ -21,6 +21,7 @@ + + #include <string.h> + #include <math.h> ++#include <stdlib.h> + + #include <config.h> + #include <gmerlin/translation.h> +Index: gmerlin/apps/gavftools/decode_album.c +=================================================================== +--- gmerlin.orig/apps/gavftools/decode_album.c ++++ gmerlin/apps/gavftools/decode_album.c +@@ -21,6 +21,7 @@ + + #include "gavf-decode.h" + #include <string.h> ++#include <stdlib.h> + + /* Stat */ + +Index: gmerlin/apps/gavftools/gavftools.c +=================================================================== +--- gmerlin.orig/apps/gavftools/gavftools.c ++++ gmerlin/apps/gavftools/gavftools.c +@@ -22,6 +22,7 @@ + #include <pthread.h> + #include <signal.h> + #include <string.h> ++#include <stdlib.h> + + #include "gavftools.h" + +Index: gmerlin/apps/gavftools/gavftools.h +=================================================================== +--- gmerlin.orig/apps/gavftools/gavftools.h ++++ gmerlin/apps/gavftools/gavftools.h +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + #include <config.h> ++#include <stdlib.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> + #include <gmerlin/cmdline.h> +Index: gmerlin/apps/mediaserver/server.h +=================================================================== +--- gmerlin.orig/apps/mediaserver/server.h ++++ gmerlin/apps/mediaserver/server.h +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + #include <config.h> ++#include <stdlib.h> + #include <gmerlin/utils.h> + #include <gmerlin/log.h> + #include <gmerlin/translation.h> +Index: gmerlin/apps/kbd/keys_xml.c +=================================================================== +--- gmerlin.orig/apps/kbd/keys_xml.c ++++ gmerlin/apps/kbd/keys_xml.c +@@ -21,6 +21,7 @@ + + #include <inttypes.h> + #include <string.h> ++#include <stdlib.h> + + #include <libxml/tree.h> + #include <libxml/parser.h> +Index: gmerlin/lib/x11/overlay.c +=================================================================== +--- gmerlin.orig/lib/x11/overlay.c ++++ gmerlin/lib/x11/overlay.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + #include <string.h> ++#include <stdlib.h> + #include <x11/x11.h> + #include <x11/x11_window_private.h> + +Index: gmerlin/lib/x11/screensaver.c +=================================================================== +--- gmerlin.orig/lib/x11/screensaver.c ++++ gmerlin/lib/x11/screensaver.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <string.h> + + #include <x11/x11.h> +Index: gmerlin/lib/x11/ximage.c +=================================================================== +--- gmerlin.orig/lib/x11/ximage.c ++++ gmerlin/lib/x11/ximage.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <x11/x11.h> + #include <x11/x11_window_private.h> + +Index: gmerlin/lib/upnp/servicedesc_xml.c +=================================================================== +--- gmerlin.orig/lib/upnp/servicedesc_xml.c ++++ gmerlin/lib/upnp/servicedesc_xml.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <upnp/servicepriv.h> + #include <gmerlin/utils.h> + +Index: gmerlin/lib/x11/glvideo.c +=================================================================== +--- gmerlin.orig/lib/x11/glvideo.c ++++ gmerlin/lib/x11/glvideo.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <x11/x11.h> +Index: gmerlin/lib/x11/icon.c +=================================================================== +--- gmerlin.orig/lib/x11/icon.c ++++ gmerlin/lib/x11/icon.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <x11/x11.h> + #include <x11/x11_window_private.h> + +Index: gmerlin/lib/x11/x11_video.c +=================================================================== +--- gmerlin.orig/lib/x11/x11_video.c ++++ gmerlin/lib/x11/x11_video.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <x11/x11.h> + #include <x11/x11_window_private.h> +Index: gmerlin/lib/x11/xvideo.c +=================================================================== +--- gmerlin.orig/lib/x11/xvideo.c ++++ gmerlin/lib/x11/xvideo.c +@@ -23,6 +23,7 @@ + #include <x11/x11_window_private.h> + + #include <X11/extensions/Xvlib.h> ++#include <stdlib.h> + #include <string.h> + + #include <gmerlin/log.h> +Index: gmerlin/apps/kbd/kbd_daemon.c +=================================================================== +--- gmerlin.orig/apps/kbd/kbd_daemon.c ++++ gmerlin/apps/kbd/kbd_daemon.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + /* System includes */ ++#include <stdlib.h> + #include <sys/types.h> + #include <unistd.h> + #include <sys/stat.h> +Index: gmerlin/lib/bgfrei0r.c +=================================================================== +--- gmerlin.orig/lib/bgfrei0r.c ++++ gmerlin/lib/bgfrei0r.c +@@ -23,6 +23,7 @@ + * See http://www.piksel.org/frei0r + */ + ++#include <stdlib.h> + #include <config.h> + + #include <dlfcn.h> +Index: gmerlin/lib/bgladspa.c +=================================================================== +--- gmerlin.orig/lib/bgladspa.c ++++ gmerlin/lib/bgladspa.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <math.h> + #include <dlfcn.h> + #include <string.h> +Index: gmerlin/lib/bglv.c +=================================================================== +--- gmerlin.orig/lib/bglv.c ++++ gmerlin/lib/bglv.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <libvisual/libvisual.h> + +Index: gmerlin/lib/converters.c +=================================================================== +--- gmerlin.orig/lib/converters.c ++++ gmerlin/lib/converters.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <gmerlin/converters.h> + + #include <config.h> +Index: gmerlin/lib/db.c +=================================================================== +--- gmerlin.orig/lib/db.c ++++ gmerlin/lib/db.c +@@ -22,6 +22,7 @@ + #define _XOPEN_SOURCE + #define _GNU_SOURCE + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/db_audio.c +=================================================================== +--- gmerlin.orig/lib/db_audio.c ++++ gmerlin/lib/db_audio.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/db_audioalbum.c +=================================================================== +--- gmerlin.orig/lib/db_audioalbum.c ++++ gmerlin/lib/db_audioalbum.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <mediadb_private.h> +Index: gmerlin/lib/db_file.c +=================================================================== +--- gmerlin.orig/lib/db_file.c ++++ gmerlin/lib/db_file.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <mediadb_private.h> +Index: gmerlin/lib/db_image.c +=================================================================== +--- gmerlin.orig/lib/db_image.c ++++ gmerlin/lib/db_image.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <mediadb_private.h> +Index: gmerlin/lib/db_object.c +=================================================================== +--- gmerlin.orig/lib/db_object.c ++++ gmerlin/lib/db_object.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <mediadb_private.h> +Index: gmerlin/lib/db_playlist.c +=================================================================== +--- gmerlin.orig/lib/db_playlist.c ++++ gmerlin/lib/db_playlist.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <mediadb_private.h> +Index: gmerlin/lib/db_scan.c +=================================================================== +--- gmerlin.orig/lib/db_scan.c ++++ gmerlin/lib/db_scan.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/db_thumbnail.c +=================================================================== +--- gmerlin.orig/lib/db_thumbnail.c ++++ gmerlin/lib/db_thumbnail.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/db_url.c +=================================================================== +--- gmerlin.orig/lib/db_url.c ++++ gmerlin/lib/db_url.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <string.h> +Index: gmerlin/lib/db_video.c +=================================================================== +--- gmerlin.orig/lib/db_video.c ++++ gmerlin/lib/db_video.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + #include <math.h> +Index: gmerlin/lib/edl_xml.c +=================================================================== +--- gmerlin.orig/lib/edl_xml.c ++++ gmerlin/lib/edl_xml.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <inttypes.h> + #include <string.h> + #include <gmerlin/edl.h> +Index: gmerlin/lib/fileutils.c +=================================================================== +--- gmerlin.orig/lib/fileutils.c ++++ gmerlin/lib/fileutils.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <stdio.h> + +Index: gmerlin/lib/log.c +=================================================================== +--- gmerlin.orig/lib/log.c ++++ gmerlin/lib/log.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #ifdef HAVE_VASPRINTF +Index: gmerlin/lib/upnp/contentdirectory.c +=================================================================== +--- gmerlin.orig/lib/upnp/contentdirectory.c ++++ gmerlin/lib/upnp/contentdirectory.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <upnp/devicepriv.h> + #include <upnp/mediaserver.h> +Index: gmerlin/lib/upnp/device.c +=================================================================== +--- gmerlin.orig/lib/upnp/device.c ++++ gmerlin/lib/upnp/device.c +@@ -21,6 +21,7 @@ + + #include <config.h> + #include <upnp/devicepriv.h> ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/http.h> + #include <gmerlin/utils.h> +Index: gmerlin/lib/upnp/devicedesc.c +=================================================================== +--- gmerlin.orig/lib/upnp/devicedesc.c ++++ gmerlin/lib/upnp/devicedesc.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <gmerlin/upnp/device.h> +Index: gmerlin/lib/upnp/service.c +=================================================================== +--- gmerlin.orig/lib/upnp/service.c ++++ gmerlin/lib/upnp/service.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + //#include <upnp_service.h> ++#include <stdlib.h> + #include <upnp/devicepriv.h> + + #include <gmerlin/utils.h> +Index: gmerlin/lib/upnp/service_action.c +=================================================================== +--- gmerlin.orig/lib/upnp/service_action.c ++++ gmerlin/lib/upnp/service_action.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <upnp/devicepriv.h> + #include <string.h> +Index: gmerlin/lib/upnp/service_event.c +=================================================================== +--- gmerlin.orig/lib/upnp/service_event.c ++++ gmerlin/lib/upnp/service_event.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <upnp/devicepriv.h> + +Index: gmerlin/lib/upnp/soap.c +=================================================================== +--- gmerlin.orig/lib/upnp/soap.c ++++ gmerlin/lib/upnp/soap.c +@@ -1,3 +1,4 @@ ++#include <stdlib.h> + #include <string.h> + #include <unistd.h> + +Index: gmerlin/lib/upnp/ssdp_device.c +=================================================================== +--- gmerlin.orig/lib/upnp/ssdp_device.c ++++ gmerlin/lib/upnp/ssdp_device.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <string.h> + #include <ctype.h> +Index: gmerlin/lib/upnp/transcoder.c +=================================================================== +--- gmerlin.orig/lib/upnp/transcoder.c ++++ gmerlin/lib/upnp/transcoder.c +@@ -23,6 +23,7 @@ + #include <gmerlin/utils.h> + #include <gmerlin/log.h> + ++#include <stdlib.h> + #include <string.h> + + /* dlna stuff (taken from libdlna) */ +Index: gmerlin/lib/visualize_slave.c +=================================================================== +--- gmerlin.orig/lib/visualize_slave.c ++++ gmerlin/lib/visualize_slave.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <dlfcn.h> + #include <unistd.h> +Index: gmerlin/apps/cmdlinerecorder/gmerlin-record.c +=================================================================== +--- gmerlin.orig/apps/cmdlinerecorder/gmerlin-record.c ++++ gmerlin/apps/cmdlinerecorder/gmerlin-record.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <signal.h> + + #include <config.h> +Index: gmerlin/apps/db2nmj/gmerlin-db2nmj.c +=================================================================== +--- gmerlin.orig/apps/db2nmj/gmerlin-db2nmj.c ++++ gmerlin/apps/db2nmj/gmerlin-db2nmj.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/utils.h> + #include <gmerlin/log.h> +Index: gmerlin/apps/dbedit/gmerlin-dbedit.c +=================================================================== +--- gmerlin.orig/apps/dbedit/gmerlin-dbedit.c ++++ gmerlin/apps/dbedit/gmerlin-dbedit.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/utils.h> + #include <gmerlin/log.h> +Index: gmerlin/apps/player/gmerlin_remote.c +=================================================================== +--- gmerlin.orig/apps/player/gmerlin_remote.c ++++ gmerlin/apps/player/gmerlin_remote.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/apps/thumbnailer/gmerlin-video-thumbnailer.c +=================================================================== +--- gmerlin.orig/apps/thumbnailer/gmerlin-video-thumbnailer.c ++++ gmerlin/apps/thumbnailer/gmerlin-video-thumbnailer.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <sys/types.h> /* stat() */ +Index: gmerlin/apps/transcoder/gmerlin_transcoder_remote.c +=================================================================== +--- gmerlin.orig/apps/transcoder/gmerlin_transcoder_remote.c ++++ gmerlin/apps/transcoder/gmerlin_transcoder_remote.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/cfg_registry.h> + #include <gmerlin/cmdline.h> +Index: gmerlin/lib/db_vfolder.c +=================================================================== +--- gmerlin.orig/lib/db_vfolder.c ++++ gmerlin/lib/db_vfolder.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/db_videoinfo.c +=================================================================== +--- gmerlin.orig/lib/db_videoinfo.c ++++ gmerlin/lib/db_videoinfo.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <unistd.h> + +Index: gmerlin/lib/edldec.c +=================================================================== +--- gmerlin.orig/lib/edldec.c ++++ gmerlin/lib/edldec.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/lib/encoder.c +=================================================================== +--- gmerlin.orig/lib/encoder.c ++++ gmerlin/lib/encoder.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <string.h> + #include <unistd.h> // isatty +Index: gmerlin/lib/gavfenc.c +=================================================================== +--- gmerlin.orig/lib/gavfenc.c ++++ gmerlin/lib/gavfenc.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <stdio.h> + +Index: gmerlin/lib/lcdproc.c +=================================================================== +--- gmerlin.orig/lib/lcdproc.c ++++ gmerlin/lib/lcdproc.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <config.h> + + #include <gmerlin/translation.h> +Index: gmerlin/lib/ocr.c +=================================================================== +--- gmerlin.orig/lib/ocr.c ++++ gmerlin/lib/ocr.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <string.h> + #include <ctype.h> +Index: gmerlin/lib/ovl2text.c +=================================================================== +--- gmerlin.orig/lib/ovl2text.c ++++ gmerlin/lib/ovl2text.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <string.h> +Index: gmerlin/lib/pluginfuncs.c +=================================================================== +--- gmerlin.orig/lib/pluginfuncs.c ++++ gmerlin/lib/pluginfuncs.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <math.h> + +Index: gmerlin/lib/pluginreg_xml.c +=================================================================== +--- gmerlin.orig/lib/pluginreg_xml.c ++++ gmerlin/lib/pluginreg_xml.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <locale.h> + +Index: gmerlin/lib/remote.c +=================================================================== +--- gmerlin.orig/lib/remote.c ++++ gmerlin/lib/remote.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/translation.h> + +Index: gmerlin/lib/sqlite.c +=================================================================== +--- gmerlin.orig/lib/sqlite.c ++++ gmerlin/lib/sqlite.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <bgsqlite.h> + +Index: gmerlin/lib/thumbnail.c +=================================================================== +--- gmerlin.orig/lib/thumbnail.c ++++ gmerlin/lib/thumbnail.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <sys/types.h> /* stat() */ +Index: gmerlin/lib/transcoder_track_xml.c +=================================================================== +--- gmerlin.orig/lib/transcoder_track_xml.c ++++ gmerlin/lib/transcoder_track_xml.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/tree.h> +Index: gmerlin/lib/tree_upnp.c +=================================================================== +--- gmerlin.orig/lib/tree_upnp.c ++++ gmerlin/lib/tree_upnp.c +@@ -21,6 +21,7 @@ + + /* Gmerlin includes */ + ++#include <stdlib.h> + #include <string.h> + #include <unistd.h> + +Index: gmerlin/lib/tree_xml.c +=================================================================== +--- gmerlin.orig/lib/tree_xml.c ++++ gmerlin/lib/tree_xml.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <gmerlin/xmlutils.h> +Index: gmerlin/lib/upnp/servicedesc.c +=================================================================== +--- gmerlin.orig/lib/upnp/servicedesc.c ++++ gmerlin/lib/upnp/servicedesc.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <upnp/servicepriv.h> + #include <gmerlin/utils.h> +Index: gmerlin/lib/visualize.c +=================================================================== +--- gmerlin.orig/lib/visualize.c ++++ gmerlin/lib/visualize.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <gavl/gavl.h> +Index: gmerlin/plugins/edl/i_edl.c +=================================================================== +--- gmerlin.orig/plugins/edl/i_edl.c ++++ gmerlin/plugins/edl/i_edl.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/translation.h> + +Index: gmerlin/plugins/jack/jack_common.c +=================================================================== +--- gmerlin.orig/plugins/jack/jack_common.c ++++ gmerlin/plugins/jack/jack_common.c +@@ -18,6 +18,7 @@ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ ++#include <stdlib.h> + #include <string.h> + + #include "jack_common.h" +Index: gmerlin/plugins/lqt/e_lqt.c +=================================================================== +--- gmerlin.orig/plugins/lqt/e_lqt.c ++++ gmerlin/plugins/lqt/e_lqt.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/plugins/lqt/i_lqt.c +=================================================================== +--- gmerlin.orig/plugins/lqt/i_lqt.c ++++ gmerlin/plugins/lqt/i_lqt.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <ctype.h> + +Index: gmerlin/plugins/lqt/lqt_common.c +=================================================================== +--- gmerlin.orig/plugins/lqt/lqt_common.c ++++ gmerlin/plugins/lqt/lqt_common.c +@@ -20,6 +20,7 @@ + * *****************************************************************/ + + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/plugins/videofilters/bgyadif.c +=================================================================== +--- gmerlin.orig/plugins/videofilters/bgyadif.c ++++ gmerlin/plugins/videofilters/bgyadif.c +@@ -30,6 +30,7 @@ + */ + + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/plugin.h> + #include <bgyadif.h> +Index: gmerlin/plugins/x11/i_x11.c +=================================================================== +--- gmerlin.orig/plugins/x11/i_x11.c ++++ gmerlin/plugins/x11/i_x11.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/translation.h> + #include <gmerlin/plugin.h> +Index: gmerlin/plugins/subwriters/e_subtext.c +=================================================================== +--- gmerlin.orig/plugins/subwriters/e_subtext.c ++++ gmerlin/plugins/subwriters/e_subtext.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <stdio.h> + #include <string.h> + +Index: gmerlin/tests/album2pls.c +=================================================================== +--- gmerlin.orig/tests/album2pls.c ++++ gmerlin/tests/album2pls.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + + #include <string.h> +Index: gmerlin/tests/dump_plugins.c +=================================================================== +--- gmerlin.orig/tests/dump_plugins.c ++++ gmerlin/tests/dump_plugins.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/tests/extractchannel.c +=================================================================== +--- gmerlin.orig/tests/extractchannel.c ++++ gmerlin/tests/extractchannel.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> + +Index: gmerlin/tests/fvtest.c +=================================================================== +--- gmerlin.orig/tests/fvtest.c ++++ gmerlin/tests/fvtest.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/tests/gmerlin-savemeta.c +=================================================================== +--- gmerlin.orig/tests/gmerlin-savemeta.c ++++ gmerlin/tests/gmerlin-savemeta.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <config.h> +Index: gmerlin/tests/gmerlin_imgdiff.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_imgdiff.c ++++ gmerlin/tests/gmerlin_imgdiff.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/gmerlin_imgsplit.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_imgsplit.c ++++ gmerlin/tests/gmerlin_imgsplit.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/gmerlin_psnr.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_psnr.c ++++ gmerlin/tests/gmerlin_psnr.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/gmerlin_ssim.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_ssim.c ++++ gmerlin/tests/gmerlin_ssim.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/gmerlin_vanalyze.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_vanalyze.c ++++ gmerlin/tests/gmerlin_vanalyze.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/gmerlin_vpsnr.c +=================================================================== +--- gmerlin.orig/tests/gmerlin_vpsnr.c ++++ gmerlin/tests/gmerlin_vpsnr.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/imgconvert.c +=================================================================== +--- gmerlin.orig/tests/imgconvert.c ++++ gmerlin/tests/imgconvert.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <gmerlin/pluginregistry.h> +Index: gmerlin/tests/insertchannel.c +=================================================================== +--- gmerlin.orig/tests/insertchannel.c ++++ gmerlin/tests/insertchannel.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + + #include <gmerlin/pluginregistry.h> +Index: gmerlin/tests/ocrtest.c +=================================================================== +--- gmerlin.orig/tests/ocrtest.c ++++ gmerlin/tests/ocrtest.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <config.h> + #include <gmerlin/pluginregistry.h> + #include <gmerlin/utils.h> +Index: gmerlin/tests/visualization.c +=================================================================== +--- gmerlin.orig/tests/visualization.c ++++ gmerlin/tests/visualization.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <stdio.h> + #include <string.h> + +Index: gmerlin/plugins/mikmod/i_mikmod.c +=================================================================== +--- gmerlin.orig/plugins/mikmod/i_mikmod.c ++++ gmerlin/plugins/mikmod/i_mikmod.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <unistd.h> + #include <signal.h> +Index: gmerlin/plugins/postprocessors/cdrdao_common.c +=================================================================== +--- gmerlin.orig/plugins/postprocessors/cdrdao_common.c ++++ gmerlin/plugins/postprocessors/cdrdao_common.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + #include <pthread.h> + #include <signal.h> +Index: gmerlin/plugins/pulseaudio/pulseaudio_common.c +=================================================================== +--- gmerlin.orig/plugins/pulseaudio/pulseaudio_common.c ++++ gmerlin/plugins/pulseaudio/pulseaudio_common.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include "pulseaudio_common.h" + #include <string.h> + +Index: gmerlin/plugins/x11/ov_x11.c +=================================================================== +--- gmerlin.orig/plugins/x11/ov_x11.c ++++ gmerlin/plugins/x11/ov_x11.c +@@ -19,6 +19,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * *****************************************************************/ + ++#include <stdlib.h> + #include <string.h> + +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.