Menu

#134 Compile error: Qt4L v2.2 qtmp3.c

open
nobody
quicktime (16)
5
2006-07-15
2006-07-15
No

I just downloaded quicktime4linux-2.2, did a
./configure and make, and got the following error:

qtmp3.c: In function ‘quicktime_init_codec_mp3’:
qtmp3.c:596: error: ‘quicktime_mp3_codec_t’ has no
member named ‘bitrate’

I then ran make again, and got the following:

[bobc@snafu2 quicktime4linux-2.2]$ make
gcc -c `cat i686/c_flags` qtmp3.c -o i686/qtmp3.o
qtmp3.c:3:26: error: mpeg3private.h: No such file or
directory
qtmp3.c:4:25: error: mpeg3protos.h: No such file or
directory
qtmp3.c:20: error: expected specifier-qualifier-list
before ‘mpeg3_layer_t’
qtmp3.c: In function ‘delete_codec’:
qtmp3.c:61: error: ‘quicktime_mp3_codec_t’ has no
member named ‘mp3’
... A zillion similar lines ...
qtmp3.c: In function ‘quicktime_init_codec_mp3’:
qtmp3.c:596: error: ‘quicktime_mp3_codec_t’ has no
member named ‘bitrate’
make: *** [i686/qtmp3.o] Error 1

System: Fully updated FC5.

-BobC

Discussion


Log in to post a comment.