Opened 12 years ago
Closed 12 years ago
#44238 closed defect (fixed)
mplayer2 must not disable libavresample support
| Reported by: | daniel@… | Owned by: | neverpanic (Clemens Lang) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.3.1 |
| Keywords: | Cc: | ||
| Port: | mplayer2 |
Description
According to its error messages, the libavcodec audio decoders require mplayer2 to not have libavresample support explicitely disabled:
The player has been compiled without libavresample support, which is needed with this libavcodec decoder version. Compile with libavresample enabled to make audio decoding work! ad_ffmpeg: initial decode failed ADecoder init failed :(
The attached patch removes --disable-libavresample from the mplayer2 configure arguments.
Attachments (1)
Change History (4)
Changed 12 years ago by daniel@…
| Attachment: | mplayer2.libavresample.patch added |
|---|
comment:1 Changed 12 years ago by neverpanic (Clemens Lang)
| Owner: | changed from macports-tickets@… to cal@… |
|---|---|
| Status: | new → assigned |
comment:2 Changed 12 years ago by neverpanic (Clemens Lang)
| Port: | mplayer2 added |
|---|
comment:3 Changed 12 years ago by neverpanic (Clemens Lang)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Turns out upstream has done the work for us already: http://git.mplayer2.org/mplayer2/commit/?id=2c378c71a4d9b1df382db9aa787b646628b4e3f9.
Updated to the 2013-10-09 version in r121708.
Note that your change would have required increasing the revision number, because mplayer2 previously built fine, but this modification changes the installed files.