[Bug 245] New: mplayer amr support broken
[email protected] Sun, 19 Jul 2009 17:13:38 +0200 (CEST)
| Newsgroups | gmane.linux.mandrake.plf.general |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
http://plf.zarb.org/bugzilla/show_bug.cgi?id=245
Summary: mplayer amr support broken
Product: mplayer
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: program
AssignedTo: [email protected]
ReportedBy: [email protected]
mplayer doesn't play any AMR files. This is because, just before the snapshot,
ffmpeg dropped support for the non-free AMR libraries and switched to
open-source opencore (http://opencore-amr.sourceforge.net/ ) library. MPlayer
was not yet adapted.
This is fixed in mplayer SVN commit 29426:
svn diff -c 29426 svn://svn.mplayerhq.hu/mplayer/trunk
(opencore AMR library is needed)
I noticed mplayer is still linked against the non-free AMR libs even though
they are unused. This is because %ldflags (and thus --as-needed and co.) is not
applied. So I suggest to add this (backward-compatible) line before configure
to drop some unneeded library dependencies from mplayer:
export LDFLAGS="%{?ldflags}"
--
Configure bugmail: http://plf.zarb.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.