Opened 19 years ago
Closed 19 years ago
#886 closed defect (worksforme)
compilation error with amr
| Reported by: | Owned by: | ||
|---|---|---|---|
| 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)
Change History (13)
by , 19 years ago
comment:1 by , 19 years ago
comment:2 by , 19 years ago
comment:3 by , 19 years ago
| attachments.description: | config.h after running configure → config.h after running configure on mplayer |
|---|
comment:4 by , 19 years ago
| attachments.description: | config.mak after doing the configure → config.mak after running configure on mplayer |
|---|
comment:5 by , 19 years ago
| Severity: | critical → major |
|---|
comment:6 by , 19 years ago
| attachments.mimetype: | application/octet-stream → text/plain |
|---|
comment:7 by , 19 years ago
| attachments.mimetype: | text/x-chdr → text/plain |
|---|
comment:8 by , 19 years ago
| Component: | libavcodec → build system |
|---|---|
| Keywords: | MPlayer added; FFmpeg removed |
| Owner: | changed from to |
| product: | FFmpeg → MPlayer |
| Version: | unspecified → HEAD |
comment:9 by , 19 years ago
| Status: | new → assigned |
|---|
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 , 19 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 , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
This issue seems to have resolved itself.

config.h after running configure on mplayer