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:
Johan Dahlin 2004-05-03 11:04:07 +00:00
parent c14192312c
commit ed9136fd26
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,9 @@
2004-05-03 Johan Dahlin <johan@gnome.org> 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 * configure.ac: Use different prefix for the new check of PyGtk so
we're not overwriting the good PYGTK_CFLAGS we're not overwriting the good PYGTK_CFLAGS

View file

@ -26,7 +26,7 @@
#include "pygobject.h" #include "pygobject.h"
#if defined HAVE_OLD_PYGTK && PY_VERSION_HEX < 0x02030000 #if (defined HAVE_OLD_PYGTK && (PY_VERSION_HEX < 0x02030000))
typedef destructor freefunc; typedef destructor freefunc;
#endif #endif

View file

@ -26,8 +26,7 @@ headers
# include <config.h> # include <config.h>
#endif #endif
#include <Python.h> #include "common.h"
#include "pygobject.h"
#include <gst/gst.h> #include <gst/gst.h>
#include <gst/play/play.h> #include <gst/play/play.h>