[MPlayer-users] Can't play amr codec file with SVN-r23487

Masaru Nomiya nomiya at galaxy.dti.ne.jp
Wed Jun 6 16:55:33 CEST 2007


Hello,

I got the latest svn, then compiled.
But mplayer can't play amr codec files.

I fixed the libavcodec/Makefile as follows;

--- Makefile.orig       2007-06-06 22:45:35.000000000 +0900
+++ Makefile    2007-06-06 23:41:30.000000000 +0900
@@ -278,7 +278,7 @@
 
 # external codec libraries
 OBJS-$(CONFIG_LIBA52)                  += liba52.o
-OBJS-$(CONFIG_LIBAMR)                  += libamr.o
+OBJS-$(CONFIG_LIBAMR)                  += amr.o
 OBJS-$(CONFIG_LIBFAAC)                 += libfaac.o
 OBJS-$(CONFIG_LIBFAAD)                 += libfaad.o
 OBJS-$(CONFIG_LIBGSM)                  += libgsm.o 

Compiling after this patch, mplayer can play amr codec files.

Regards,
 

---
  Masaru Nomiya       mail-to: nomiya @ galaxy.dti.ne.jp

          "Bill! You married with Computers.
           Not with Me!"
          "No..., with money."



More information about the MPlayer-users mailing list