bindings: fix up pygst includes for new install directory
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:37:54 +0000 (12:37 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 12 Oct 2011 11:37:54 +0000 (12:37 +0100)
Changes from pygst/pygst.h to gst/pygst.h to match the source
code layout, which makes things easier in an uninstalled setup.

https://bugzilla.gnome.org/show_bug.cgi?id=657435
https://bugzilla.gnome.org/show_bug.cgi?id=657436

bindings/python/ges.override
bindings/python/gesmodule.c

index 82eada7976220848bf78c7de370bc71dde129477..ba665db845d26e3a97e32122eabad3e156e12792 100644 (file)
@@ -3,11 +3,11 @@
 headers
 #define NO_IMPORT_PYGOBJECT
 #include <pygobject.h>
-#include <pygst/pygst.h>
+#include <gst/pygst.h>
 
 #include <gst/gst.h>
 #include <ges/ges.h>
-#include <pygst/pygst.h>
+#include <gst/pygst.h>
 
 #include <glib.h>
 #include <pyglib.h>
index fee7b7d496ee94e455fe5378bf482f9913aaa1da..3263d4ed8d1543ed8a2b2ca049be72ef9aae6f20 100644 (file)
@@ -5,7 +5,7 @@
 #include <Python.h>
 #include <pygobject.h>
 #include <pyglib.h>
-#include <pygst/pygst.h>
+#include <gst/pygst.h>
 
 /* include any extra headers needed here */