mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
gst/common.h: Add some parenthesises
Original commit message from CVS: * gst/common.h: Add some parenthesises * gst/play.override: Include common.h
This commit is contained in:
parent
c14192312c
commit
ed9136fd26
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
2004-05-03 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* gst/common.h: Add some parenthesises
|
||||
|
||||
* gst/play.override: Include common.h
|
||||
|
||||
* configure.ac: Use different prefix for the new check of PyGtk so
|
||||
we're not overwriting the good PYGTK_CFLAGS
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "pygobject.h"
|
||||
|
||||
#if defined HAVE_OLD_PYGTK && PY_VERSION_HEX < 0x02030000
|
||||
#if (defined HAVE_OLD_PYGTK && (PY_VERSION_HEX < 0x02030000))
|
||||
typedef destructor freefunc;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,8 +26,7 @@ headers
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
#include "pygobject.h"
|
||||
#include "common.h"
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/play/play.h>
|
||||
|
|
Loading…
Reference in a new issue