FS#15744 - [mplayer] Build with opencore-amr support

Attached to Project: Arch Linux
Opened by Nezmer (Nezmer) - Friday, 31 July 2009, 17:17 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 12 January 2010, 13:20 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Hugo Doria (hdoria)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Current SVN revisions of both MPlayer and FFmpeg include configuration options to support amr-nb and amr-wb codecs . They use the open source implementation (opencore-amr) to provide that support . opencore-amr uses the Apache License V2.0 .

Additional info:

* package version(s)
1) Current MPlayer/FFmpeg SVN revisions .
2) opencore-amr (available in the AUR) .

* config and/or log files etc.
1) Add 'opencore-amr' to the dependencies array in the PKGBUILD (and to the Extra repo of course) .

2) Add to the ./configure line in the PKGBUILD :
--enable-libopencore_amrnb\
--enable-libopencore_amrwb\

Steps to reproduce:
This task depends upon

Closed by  Ionut Biru (wonder)
Tuesday, 12 January 2010, 13:20 GMT
Reason for closing:  Implemented
Additional comments about closing:  mplayer-30286-1
ffmpeg 20100108

both in testing now
Comment by Roman Kyrylych (Romashka) - Friday, 31 July 2009, 18:19 GMT
hehe, looks like  FS#7001  can be implemented now.
Comment by Nezmer (Nezmer) - Friday, 31 July 2009, 19:37 GMT
btw , Should I send a seperate report for ffmpeg . It's exactly the same except the configure options name .

In ffmpeg :
--enable-version3 \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
Comment by Jan de Groot (JGC) - Saturday, 01 August 2009, 13:18 GMT
The next upstream update of GStreamer should have support for this also.

Loading...