[MPlayer-dev-eng] [PATCH] Fix mplayer compilation error caused by recently added DXA decoder

Aurelien Jacobs aurel at gnuage.org
Fri Mar 16 14:40:43 CET 2007


On Fri, 16 Mar 2007 13:10:07 +0100
Nico Sabbi <nsabbi at email.it> wrote:

> Vladimir Voroshilov wrote:
> 
> >>
> >> and more and more....
> >> this way of configuring libavcodec is doomed from the beginning
> >>
> >> Agree. Is it possible to call ffmpeg's configure and parse it's result?
> >
> 
> what about adding command line switches to ffmpeg in order to mimic 
> pkg-config, such as
> ffmpeg --cflags --libs etc. ?

I don't think this is a good idea.
libav* are independents from ffmpeg, and they don't need ffmpeg
to be used. Moreover, those libs already comes with a proper pkg-config
support, so why not use it instead ?
Anyway this don't solve the problem of internal libav* support, which
needs to know what codec to enable/disable depending on the various
libs installed on the system. Currently the master place for these
dependency informations is FFmpeg's ./configure, which is not part of
MPlayer's source tree.

Aurel



More information about the MPlayer-dev-eng mailing list