Re: [GnomeMeeting-list] Cannot use FireWire cam with gnomemeeting
- From: Georgi Georgiev <chutz gg3 net>
- To: gnomemeeting-list gnome org
- Subject: Re: [GnomeMeeting-list] Cannot use FireWire cam with gnomemeeting
- Date: Fri, 10 Jan 2003 19:44:24 +0900
On Fri, Jan 10, 2003 at 11:32:13AM +0100, Damien Sandras wrote:
> You have to apply the following patch (contributed by 2 users). It is
> not tested so you are a good way to test it.
> It will not be included in the next release because it is too late too
> integrate it before the release.
>
> Please report problems or success :)
Here is a little extra to that patch (cat <<ENDOFPATCH >> gnomemeeting.diff ;) )
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnomemeeting/configure.in,v
retrieving revision 1.142
diff -u -r1.142 configure.in
--- configure.in 8 Jan 2003 23:40:50 -0000 1.142
+++ configure.in 9 Jan 2003 16:23:20 -0000
@@ -357,6 +357,16 @@
AC_CHECK_LIB(ldap, ldap_simple_bind, LIBS="$LDAP_LIBS $LIBS", AC_MSG_ERROR([***
LDAP library is not found.]), -llber)
+avc1394="no"
+AC_ARG_ENABLE(avc1394, [ --enable-avc1394 enable experimental support for IEEE 1394 AV/C cameras], avc1394="yes")
+if test "${avc1394}" != "no"; then
+ CPPFLAGS="-DTRY_1394AVC $CPPFLAGS"
+fi
+dc1394="no"
+AC_ARG_ENABLE(dc1394, [ --enable-dc1394 enable experimental support for IEEE 1394 DC cameras], dc1394="yes")
+if test "${dc1394}" != "no"; then
+ CPPFLAGS="-DTRY_1394DC $CPPFLAGS"
+fi
dnl #########################################################################
dnl Check for IPV6 if available.
ENDOFPATCH
--
/^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
/ Georgi Georgiev (-< / You mean you didn't *know* she \
\ chutz chubaka net /\ .o)\ was off making lots of little /
/ +81(90)6266-1163 V_/_ |(/)/ phone companies? \
\___________________________/\__________________________________/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]