mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
gst/playback/test.c: Fix compilation with uClibc and -Werror (#357591).
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst/playback/test.c: Fix compilation with uClibc and -Werror (#357591).
This commit is contained in:
parent
787e58107c
commit
8d51f4caf1
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Peter Kjellerstedt <pkj at axis com>
|
||||
|
||||
* gst/playback/test.c:
|
||||
Fix compilation with uClibc and -Werror (#357591).
|
||||
|
||||
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
#endif
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
static GMainLoop *loop;
|
||||
|
||||
static GstElement *
|
||||
|
|
Loading…
Reference in a new issue