Re: [Ekiga-devel-list] configure and build
- From: "jamesmikedupont googlemail com" <jamesmikedupont googlemail com>
- To: Ekiga development mailing list <ekiga-devel-list gnome org>
- Subject: Re: [Ekiga-devel-list] configure and build
- Date: Mon, 30 Mar 2009 21:47:56 +0200
here i linked statically the avc.
Of course I would love to help with the gstreamer,
but only after I can use this thing!
Index: src/Makefile
===================================================================
--- src/Makefile (Revision 22314)
+++ src/Makefile (Arbeitskopie)
@@ -52,6 +52,14 @@
# try and keep the order of modules in reverse order of usage so any
# global statics will be constructed/destructed in the correct order
+#SOURCES += /plugins/vidinput_avc/vidinput_avc.cxx
+CFLAGS = -DHAVE_LIBIEC61883
+CXXFLAGS = -DHAVE_LIBIEC61883=1
+
+VPATH_CXX += $(PLUGIN_DIR)/vidinput_avc
+SOURCES += $(PLUGIN_DIR)/vidinput_avc/vidinput_avc.cxx
+#ptlib/plugins/vidinput_avc/vidinput_avc.cxx
+
ifdef HAS_SASL2
SOURCES += $(COMPONENT_SRC_DIR)/psasl.cxx
endif
Index: make/plugins.mak
===================================================================
--- make/plugins.mak (Revision 22314)
+++ make/plugins.mak (Arbeitskopie)
@@ -29,7 +29,7 @@
#
ifndef PTLIBDIR
-PTLIBDIR=$(HOME)/ptlib
+PTLIBDIR=$(HOME)/2009/03/milot/ekiga/ptlib
endif
Index: plugins/vidinput_avc/Makefile
===================================================================
--- plugins/vidinput_avc/Makefile (Revision 22314)
+++ plugins/vidinput_avc/Makefile (Arbeitskopie)
@@ -1,7 +1,21 @@
PLUGIN_NAME = avc
PLUGIN_FAMILY = device/videoinput
-PLUGIN_LIBS = $(LDFLAGS) -lraw1394 -ldv -lrom1394
+PLUGIN_LIBS = $(LDFLAGS) -lraw1394 -ldv -lrom1394 -lpt_d_s -liec61883
PLUGIN_SOURCES = vidinput_avc.cxx
+CFLAGS = -DHAVE_LIBIEC61883
+CXXFLAGS = -DHAVE_LIBIEC61883=1
include ../../make/plugins.mak
+
On Mon, Mar 30, 2009 at 10:55 AM, Julien Puydt <jpuydt free fr> wrote:
> Eugen Dedu a écrit :
>>
>> jamesmikedupont googlemail com wrote:
>>>
>>> On Sun, Mar 29, 2009 at 9:04 PM, Eugen Dedu
>>> <Eugen Dedu pu-pm univ-fcomte fr> wrote:
>>> I have made progress on the firewire stuff, but I am going to take the
>>> time to be able to link in my plugins statically, it is driving me
>>> crazy that I cannot debug properly and the dependancies are not
>>> working.
>>
>> The problem with AVC and DC plugins is that they do not compile anymore on
>> updated systems. Maybe you have a system older than ~6 months? See the two
>> bugs at https://sourceforge.net/tracker/?group_id=204472&atid=989751
>>
>
> In my opinion, the best way to get AVC and DC back... is helping with the
> gstreamer code.
>
> Snark
> _______________________________________________
> Ekiga-devel-list mailing list
> Ekiga-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]