gst/common.h: Add some parenthesises
authorJohan Dahlin <johan@gnome.org>
Mon, 3 May 2004 11:04:07 +0000 (11:04 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 3 May 2004 11:04:07 +0000 (11:04 +0000)
Original commit message from CVS:
* gst/common.h: Add some parenthesises

* gst/play.override: Include common.h

ChangeLog
gst/common.h
gst/play.override

index ec73390..2aa00bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 28b552b..83bee09 100644 (file)
@@ -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
 
index 5069776..0b9eca5 100644 (file)
@@ -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>