Opened 17 years ago

Closed 17 years ago

#886 closed defect (worksforme)

compilation error with amr

Reported by: djdevel@… Owned by: diego@…
Priority: important Component: build system
Version: HEAD Severity: major
Keywords: MPlayer Cc: djdevel@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I tried compileing mplayer svn revision no.. 24142 with libavcodec version 10203.
When i ran the configure script it found amrnb & amrwb which i have already installed before. However when i did the "make" it gave me an error with these lines


libavcodec/libavcodec.a(libamr.o): In function `amr_nb_encode_init':
libamr.c:(.text+0x249): undefined reference to `VADxEncoder_Interface_init'
libavcodec/libavcodec.a(libamr.o): In function `amr_nb_decode_frame':
libamr.c:(.text+0x39d): undefined reference to `GP3Decoder_Interface_Decode'
libavcodec/libavcodec.a(libamr.o): In function `amr_nb_encode_frame':
libamr.c:(.text+0x6bd): undefined reference to `GP3VADxEncoder_Interface_Encode'
collect2: ld returned 1 exit status
make: * [mplayer] Error 1

I have installed amrnb-6.1.0.4 and amrwb-6.0.0.1 before.
mine is Fedora 7 i386 system.

Attachments (2)

config.h (44.3 KB ) - added by djdevel@… 17 years ago.
config.h after running configure on mplayer
config.mak (16.5 KB ) - added by djdevel@… 17 years ago.
config.mak after running configure on mplayer

Download all attachments as: .zip

Change History (13)

by djdevel@…, 17 years ago

Attachment: config.h added

config.h after running configure on mplayer

comment:1 by djdevel@…, 17 years ago

by djdevel@…, 17 years ago

Attachment: config.mak added

config.mak after running configure on mplayer

comment:2 by djdevel@…, 17 years ago

comment:3 by djdevel@…, 17 years ago

attachments.description: config.h after running configureconfig.h after running configure on mplayer

comment:4 by djdevel@…, 17 years ago

attachments.description: config.mak after doing the configureconfig.mak after running configure on mplayer

comment:5 by djdevel@…, 17 years ago

Severity: criticalmajor

comment:6 by diego@…, 17 years ago

attachments.mimetype: application/octet-streamtext/plain

comment:7 by diego@…, 17 years ago

attachments.mimetype: text/x-chdrtext/plain

comment:8 by diego@…, 17 years ago

Component: libavcodecbuild system
Keywords: MPlayer added; FFmpeg removed
Owner: changed from mru@… to diego@…
product: FFmpegMPlayer
Version: unspecifiedHEAD

comment:9 by diego@…, 17 years ago

Status: newassigned

Does the problem still occur? What are your system details? What do you mean by "installed amr* before"? Please provide more details.

comment:10 by djdevel@…, 17 years ago

(In reply to comment #3)

Does the problem still occur? What are your system details? What do you mean
by "installed amr* before"? Please provide more details.

i meant i did the installation of amrnb amrwb from source as it had to be done now a days before installing mplayer from svn source.
now i can install mplayer with the svn revision 24551.

comment:11 by diego@…, 17 years ago

Resolution: worksforme
Status: assignedclosed

This issue seems to have resolved itself.

Note: See TracTickets for help on using tickets.