[MPlayer-dev-eng] [PATCH] Activate FFmpeg's CrystalHD support
Philip Langdale
philipl at overt.org
Sun Mar 13 05:41:48 CET 2011
On Sun, 13 Mar 2011 00:38:43 +0100
Diego Biurrun <diego at biurrun.de> wrote:
> On Fri, Mar 11, 2011 at 01:36:02PM -0700, Philip Langdale wrote:
> >
> > The diff also clobbers 'configure' to my version - which I claim
> > is preferable as the crystalhd sections are ordered with the codec
> > libraries, as opposed to VOs.
>
> Please refresh your patch after my latest round of changes.
>
> > --- a/configure
> > +++ b/configure
> > @@ -660,7 +660,6 @@ _dga2=auto
> > _vdpau=auto
> > -_crystalhd=no
>
> Please drop the leading underscore.
Will do.
> > @@ -8000,6 +7998,7 @@ CDDA = $_cdda
> > COREAUDIO = $_coreaudio
> > COREVIDEO = $_corevideo
> > +CRYSTALHD = $_crystalhd
>
> Add this to the FFmpeg section of config.mak.
This is actually obsolete - only relevant when I had
it as a native mplayer codec. The ffmpeg relevant CONFIG_CRYSTALHD
is already in the ffmpeg section.
> > @@ -8400,6 +8399,7 @@ $def_vcd
> >
> > /* codec libraries */
> > +$def_crystalhd
> > $def_faac
>
> Add this to the FFmpeg section of config.h.
Will do.
--phil
More information about the MPlayer-dev-eng
mailing list