Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#175 closed defect (invalid)

FLAC support missing in 1.0pre5try2 and 1.0pre5 (libs installed)

Reported by: pub_br_mplayerhq.hu@… Owned by: alex@…
Priority: normal Component: ad
Version: 1.0pre5 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Support for FLAC seems to be missing since at least 1.0pre5try2,
there is not even a configure-option anymore.

In pre3, there was "--enable-flac [autodetect]", and after
running ./configure, it said:

Codecs: flac(internal)

I do have libFLAC installed (1.0.2) and "ldconfig -p" lists
it, but MPlayer 1.0pre5try2 doesn't seem to make use of it.

The file libavcodec/flac.o gets created during compilation.

Error message from 1.0pre5try2 while trying to play a FLAC
file:

Requested audio codec family [flac] (afm=flac) not available.
Enable it at compilation.
Cannot find codec for audio format 0x43614C66.

I see no way of enabling it manually at compilation.

My configure-options were "--enable-largefiles --enable-gui"
(the last one for testing only, really! :-)

I'll attach the configure.log of the above configure run for
1.0pre5try2 and the one for 1.0pre3.

Attachments (2)

configure-1.0pre5try2.log (125.8 KB ) - added by pub_br_mplayerhq.hu@… 19 years ago.
configure.log for MPlayer-1.0pre5try2/configure --enable-largefiles --enable-gui
configure-1.0pre3.log (92.5 KB ) - added by pub_br_mplayerhq.hu@… 19 years ago.
configure.log for MPlayer-1.0pre3/configure --enable-largefiles --enable-gui

Download all attachments as: .zip

Change History (6)

by pub_br_mplayerhq.hu@…, 19 years ago

Attachment: configure-1.0pre5try2.log added

configure.log for MPlayer-1.0pre5try2/configure --enable-largefiles --enable-gui

comment:1 by pub_br_mplayerhq.hu@…, 19 years ago

No word about FLAC, but libavcodec gets detected.

by pub_br_mplayerhq.hu@…, 19 years ago

Attachment: configure-1.0pre3.log added

configure.log for MPlayer-1.0pre3/configure --enable-largefiles --enable-gui

comment:2 by pub_br_mplayerhq.hu@…, 19 years ago

FLAC support gets configured like it should.

comment:3 by reimar, 19 years ago

Resolution: invalid
Status: newclosed

(In reply to comment #0)

Requested audio codec family [flac] (afm=flac) not available.

It should use ffflac, not flac. Loks like you have a old codecs.conf lying around.
It at least it is not an MPlayer bug.

comment:4 by pub_br_mplayerhq.hu@…, 19 years ago

Thank you for your hint! Removing codecs.conf solved this issue!

It still shows the same complaint, though, if that is of
interest for you:

Requested audio codec family [flac] (afm=flac) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders

(Even when ~/.mplayer is removed)

But it seems to play the FLAC file flawlessly.

Note: See TracTickets for help on using tickets.