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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Mar 21 18:16:36 CET 2011


On Sun, Mar 20, 2011 at 03:33:20PM -0700, Philip Langdale wrote:
> Are there any other outstanding issues here?

> +if test "$crystalhd" = yes ; then
> +   extra_ldflags="$extra_ldflags -lcrystalhd"
> +   def_crystalhd="#define CONFIG_CRYSTALHD 1"
> +   codecmodules="crystalhd $codecmodules"
> +else
> +   def_crystalhd="#define CONFIG_CRYSTALHD"
> +   nocodecmodules="crystalhd $nocodecmodules"
> +fi

The second should be either #undef or #define ... 0
Considering it is only used in FFmpeg, the later one
should be correct.
Otherwise I'd say it can be applied.


More information about the MPlayer-dev-eng mailing list