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 <[email protected]> wrote:
> Eugen Dedu a écrit :
>>
>> [email protected] wrote:
>>>
>>> On Sun, Mar 29, 2009 at 9:04 PM, Eugen Dedu
>>> <[email protected]> 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
> [email protected]
> http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
>
_______________________________________________
Ekiga-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

Reply via email to