[MPlayer-dev-eng] [PATCH] Activate FFmpeg's CrystalHD support

Diego Biurrun diego at biurrun.de
Sun Mar 13 00:38:43 CET 2011


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.

> @@ -8000,6 +7998,7 @@ CDDA = $_cdda
>  COREAUDIO = $_coreaudio
>  COREVIDEO = $_corevideo
> +CRYSTALHD = $_crystalhd

Add this to the FFmpeg section of config.mak.

> @@ -8400,6 +8399,7 @@ $def_vcd
>  
>  /* codec libraries */
> +$def_crystalhd
>  $def_faac

Add this to the FFmpeg section of config.h.

Diego


More information about the MPlayer-dev-eng mailing list