[xiph-commits] r11712 - in trunk/py-ogg2: . src

j at svn.xiph.org j at svn.xiph.org
Thu Jul 20 01:09:45 PDT 2006


Author: j
Date: 2006-07-20 01:09:42 -0700 (Thu, 20 Jul 2006)
New Revision: 11712

Modified:
   trunk/py-ogg2/config_unix.py
   trunk/py-ogg2/src/general.h
   trunk/py-ogg2/src/module.c
Log:
make py-ogg2 compile with ogg2-trunk

Modified: trunk/py-ogg2/config_unix.py
===================================================================
--- trunk/py-ogg2/config_unix.py	2006-07-20 00:09:21 UTC (rev 11711)
+++ trunk/py-ogg2/config_unix.py	2006-07-20 08:09:42 UTC (rev 11712)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <ogg2/ogg.h>
+#include <ogg/ogg2.h>
 
 int main ()
 {

Modified: trunk/py-ogg2/src/general.h
===================================================================
--- trunk/py-ogg2/src/general.h	2006-07-20 00:09:21 UTC (rev 11711)
+++ trunk/py-ogg2/src/general.h	2006-07-20 08:09:42 UTC (rev 11712)
@@ -2,7 +2,7 @@
 #define __GENERAL_H__
 
 #include <Python.h>
-#include <ogg2/ogg.h>
+#include <ogg/ogg2.h>
 
 #define MSG_SIZE 256
 #define KEY_SIZE 1024

Modified: trunk/py-ogg2/src/module.c
===================================================================
--- trunk/py-ogg2/src/module.c	2006-07-20 00:09:21 UTC (rev 11711)
+++ trunk/py-ogg2/src/module.c	2006-07-20 08:09:42 UTC (rev 11712)
@@ -1,4 +1,3 @@
-#include <ogg2/ogg.h>
 
 #include "general.h"
 #include "module.h"



More information about the commits mailing list