]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-bad.git/blob - gstreamer-plugins-bad-directfb.patch
- release 29 (by relup.sh)
[packages/gstreamer0.10-plugins-bad.git] / gstreamer-plugins-bad-directfb.patch
1 --- gst-plugins-bad-0.10.23/ext/directfb/dfb-example.c.orig     2011-12-11 19:49:11.000000000 +0100
2 +++ gst-plugins-bad-0.10.23/ext/directfb/dfb-example.c  2012-10-06 07:35:52.391061571 +0200
3 @@ -1,5 +1,9 @@
4  
5  #include <directfb.h>
6 +/* defined by directfb.h to __attribute__((__no_instrument_function__)), glib expects it to be undefined */
7 +#ifdef __no_instrument_function__
8 +#  undef __no_instrument_function__
9 +#endif
10  #include <stdio.h>
11  #include <gst/gst.h>
12  
13 --- gst-plugins-bad-0.10.23/tests/examples/directfb/gstdfb.c.orig       2011-12-11 19:49:22.000000000 +0100
14 +++ gst-plugins-bad-0.10.23/tests/examples/directfb/gstdfb.c    2012-10-06 07:59:46.691031676 +0200
15 @@ -36,6 +36,10 @@
16  #include <time.h>
17  
18  #include <directfb.h>
19 +/* defined by directfb.h to __attribute__((__no_instrument_function__)), glib expects it to be undefined */
20 +#ifdef __no_instrument_function__
21 +#  undef __no_instrument_function__
22 +#endif
23  #include <gst/gst.h>
24  #include <string.h>
25  
This page took 0.061634 seconds and 3 git commands to generate.