diff options
Diffstat (limited to 'community/gstreamermm/gstreamermm-0.10.10-glib.patch')
-rw-r--r-- | community/gstreamermm/gstreamermm-0.10.10-glib.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gstreamermm/gstreamermm-0.10.10-glib.patch b/community/gstreamermm/gstreamermm-0.10.10-glib.patch new file mode 100644 index 000000000..f21dea635 --- /dev/null +++ b/community/gstreamermm/gstreamermm-0.10.10-glib.patch @@ -0,0 +1,12 @@ +--- gstreamermm-0.10.10.orig/gstreamer/gstreamermm/wrap.cc 2010-02-11 16:32:18.000000000 -0500 ++++ gstreamermm-0.10.10/gstreamer/gstreamermm/wrap.cc 2013-01-05 18:43:27.815010415 -0500 +@@ -20,8 +20,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +-#include <glib/gtypes.h> +-#include <glib/gmacros.h> ++#include <glib.h> + + #include <vector> + #include <gstreamermm/miniobject.h> |