Re: [Ekiga-devel-list] fedora, mingw32, and ekiga



-------- Original Message --------
Subject: Re: [Ekiga-devel-list] fedora, mingw32, and ekiga
From: Michael Cronenworth <mike cchtml com>
To: t simonnet esiee fr, Ekiga development mailing list <ekiga-devel-list gnome org>
Date: 02/11/2009 08:32 AM


Ptlib and ffmpeg patches attached.

The Opal configure script was edited directly. You will need to edit the m4 stuff as I'm not an expert at those macros.


I almost forgot about one extra patch I made. The directx headers needed minor tweaking so that the ptlib configure script would not throw warnings about them. Attached.

That concludes my changes/patches.
diff -u directx.orig/dxerr9.h directx/dxerr9.h
--- directx.orig/dxerr9.h	2009-02-09 21:23:53.000000000 -0600
+++ directx/dxerr9.h	2009-02-10 23:14:12.218709492 -0600
@@ -9,6 +9,8 @@
 #ifndef _DXERR9_H_
 #define _DXERR9_H_
 
+#include <windows.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif //__cplusplus
diff -u directx.orig/ksuuids.h directx/ksuuids.h
--- directx.orig/ksuuids.h	2009-02-09 21:23:53.000000000 -0600
+++ directx/ksuuids.h	2009-02-10 23:16:11.676695723 -0600
@@ -7,6 +7,7 @@
 // Copyright (c) 1992 - 2002, Microsoft Corporation.  All rights reserved.
 //------------------------------------------------------------------------------
 
+#include <uuids.h>
 
 //
 // --- MPEG 2 definitions ---
diff -u directx.orig/strmif.h directx/strmif.h
--- directx.orig/strmif.h	2009-02-09 21:23:53.000000000 -0600
+++ directx/strmif.h	2009-02-10 23:12:55.893574411 -0600
@@ -20549,6 +20549,7 @@
 /* interface __MIDL_itf_strmif_0361 */
 /* [local] */ 
 
+#if 0
 #ifdef __cplusplus
 #ifndef _IAMFilterGraphCallback_
 #define _IAMFilterGraphCallback_
@@ -20563,6 +20564,7 @@
 };
 #endif // _IAMFilterGraphCallback_
 #endif
+#endif
 struct CodecAPIEventData
     {
     GUID guid;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]