|
From: <no...@so...> - 2001-01-10 06:49:29
|
Bug #128255, was updated on 2001-Jan-09 22:49 Here is a current snapshot of the bug. Project: Quasar DV Codec Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: dv.c and parse.c Details: please reply to ch...@vi... it seems that dv.c is trying to reference an unknown function dv_decode_full This is under SuSE 7.0, vanilla install, with gcc-2.95.2-100, trying to link libdv.a to build kino: seems to be (in current snapshot) there are a few dangling references. This was using make -f Makefile.vanilla to generate libdv where kgcc is replaced by gcc right at the top. /usr/local/lib/libdv.a(dv.o): In function `dv_decode_full_audio': /home/cheryl/Firewire/libdv/dv.c:340: undefined reference to `dv_update_num_samples' /home/cheryl/Firewire/libdv/dv.c:345: undefined reference to `dv_decode_audio_block' /usr/local/lib/libdv.a(parse.o): In function `dv_parse_header': /home/cheryl/Firewire/libdv/parse.c:578: undefined reference to `dv_parse_audio_header' Also, ./configure is not there, and running autoconf, automake doesn't seem to generate any .configure -- It turns out that there is an older libdv snapshot distributed with kino (possibly tweaked) that does link OK -- so...well, we'll see how it works. realize this is alpha code, and lots of it, so good work. Thanks Cheryl please reply to ch...@vi... For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=128255&group_id=4393 |