[Lunar-commits] <moonbase> xvidcap: fixed to compile with current glib-2

Jean-Michel Bruenn wdp at lunar-linux.org
Sun May 6 17:42:19 CEST 2012


commit 2e1ba50d61fabd6bb411c0fb6c39a8cce794a3d4
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Sun May 6 17:42:19 2012 +0200

    xvidcap: fixed to compile with current glib-2
---
 video/xvidcap/BUILD |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/video/xvidcap/BUILD b/video/xvidcap/BUILD
index d05548e..04fb088 100644
--- a/video/xvidcap/BUILD
+++ b/video/xvidcap/BUILD
@@ -1,6 +1,10 @@
 (
 
   sedit "s:shmstr.h:shmproto.h:" src/capture.c &&
+  # the following two sedit rules are needed to compile with
+  # current glib-2             -- wdp
+  sedit "s:#include <glib/gtypes.h>:#include <glib.h>:" src/xvidcap-client-bindings.h &&
+  sedit "s:#include <glib/gerror.h>::" src/xvidcap-client-bindings.h &&
 
   default_build
 


More information about the Lunar-commits mailing list