Hi,
to compile quicktime4linux-1.5.5 I followed the
instructions: first I typed make and everything seemed
to be allright. But when I typed make util I got the
following message:
gcc -c `cat i686/c_flags` dump.c -o i686/dump.o
gcc -o i686/qtdump i686/dump.o i686/libquicktime.a
-lpng -lz -lpthread -lglib -ldl -lm
i686/libquicktime.a(dv.o): In function `dv_init':
dv.o(.text+0x191): undefined reference to `mmx_ok'
i686/libquicktime.a(parse.o): In function
`dv_find_spilled_vlc':
parse.o(.text+0x42c): undefined reference to `dv_peek_vlc'
i686/libquicktime.a(parse.o): In function
`dv_parse_ac_coeffs':
parse.o(.text+0x671): undefined reference to `dv_peek_vlc'
collect2: ld returned 1 exit status
make: *** [i686/qtdump] Error 1
I don't know what to do,
Thanks in advance for your help,
Stephane.
Logged In: YES
user_id=512014
You need a patch that is mildly broken for q4l
http://www.singingwizard.org/ftp/programming/q4l-link-fix.patch
You'll have to do some of the patching by hand, and
recompile quicktime. It *SHOULD* compile then.
Logged In: YES
user_id=512014
You need a patch that is mildly broken for q4l
http://www.singingwizard.org/ftp/programming/q4l-link-fix.patch
You'll have to do some of the patching by hand, and
recompile quicktime. It *SHOULD* compile then.