bindings: fix up pygst includes for new install directory

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
This commit is contained in:
Tim-Philipp Müller 2011-10-12 12:37:54 +01:00
parent f68d370b17
commit 01cd77e423
2 changed files with 3 additions and 3 deletions

View 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>

View 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 */