[Ffmpeg-cvslog] r7742 - trunk/configure
Diego Biurrun
diego
Sun Jan 28 17:51:18 CET 2007
On Sun, Jan 28, 2007 at 04:38:21PM +0000, M?ns Rullg?rd wrote:
> diego <subversion at mplayerhq.hu> writes:
>
> > -if test "$memalign" = "no" -a "$need_memalign" = "yes" -a \
> > - "$memalign_hack" != "yes"; then
> > +if disabled memalign && enabled_all need_memalign memalign_hack ; then
>
> This is wrong.
Oops, yes, thanks for noticing. Seems I need to clean my glasses.
Then again this condition is backwards,
"$memalign_hack" != "yes"
should have been
"$memalign_hack" = "no"
Diego
More information about the ffmpeg-cvslog
mailing list