[MPlayer-dev-eng] [PATCH] X264_* & X264_* vars broken
Derek E. Lewis
dlewis at solnetworks.net
Thu Mar 23 16:50:51 CET 2006
On Thu, 23 Mar 2006, Diego Biurrun wrote:
> Where are _ld_xvid and _ld_x264 supposed to come from now? You have
> removed the code that generated them.
ld_xvid and _ld_x264 are also defined when 'configure' tests for the
existence of XviD and x264:
<snippet>
echocheck "XviD"
[snip]
_ld_xvid="$_ld_xvid -lxvidcore"
[snip]
echocheck "x264"
[snip]
_ld_x264="$_ld_x264 -lx264 $_ld_pthread"
</snippet>
More information about the MPlayer-dev-eng
mailing list