mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
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:
parent
f68d370b17
commit
01cd77e423
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue