]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-bad.git/blame - glib2_32.patch
- rel 28; fix build & openssl build
[packages/gstreamer0.10-plugins-bad.git] / glib2_32.patch
CommitLineData
ed59f4e7
ŁK
1--- gst-plugins-bad-0.10.23/ext/spc/tag.c.orig 2012-05-01 11:03:52.249682126 +0200
2+++ gst-plugins-bad-0.10.23/ext/spc/tag.c 2012-05-01 11:04:32.379676085 +0200
3@@ -16,10 +16,7 @@
4 * Boston, MA 02111-1307, USA.
5 */
6
7-#include <glib/gstring.h>
8-#include <glib/gtypes.h>
9-#include <glib/gmem.h>
10-#include <glib/gprintf.h>
11+#include <glib.h>
12
13 #include <tag.h>
14 #include <string.h>
15--- gst-plugins-bad-0.10.23/ext/spc/tag.h.orig 2012-05-01 11:03:56.579680685 +0200
16+++ gst-plugins-bad-0.10.23/ext/spc/tag.h 2012-05-01 11:04:14.333847263 +0200
17@@ -16,7 +16,6 @@
18 * Boston, MA 02111-1307, USA.
19 */
20
21-#include <glib/gtypes.h>
22 #include <glib.h>
23
24 typedef struct
This page took 0.039574 seconds and 4 git commands to generate.