Should have sent this to devel...

I've run into build trouble on SUSE x86_64 related to this patch:


On 2007-03-31 19:36, Johannes Sixt <[EMAIL PROTECTED]> wrote:
> Author: j6t
> Date: 2007-03-31 21:36:53 +0200 (Sat, 31 Mar 2007)
> New Revision: 1007
> 
> Modified:
>    trunk/hvirtual/configure.in
>    trunk/hvirtual/libmpeg3/video/Makefile.am
> Log:
> Make configure detect and work on amd64.
> 
> Patch by j <[EMAIL PROTECTED]>.
> 

Hannes, or j,

The use of USEMMX is not just in libmpeg3, which was changed.

> 
> AM_CONDITIONAL(USEMMX, test "x$enable_mmx" = "xyes")
> +AM_CONDITIONAL(USEMMX32, test "x$enable_mmx32" = "xyes")

While this addresses libmpeg3, there are also uses of USEMMX in
quicktime/ffmpeg/libavcodec

> Modified: trunk/hvirtual/libmpeg3/video/Makefile.am
> ===================================================================
> --- trunk/hvirtual/libmpeg3/video/Makefile.am    2007-03-05 19:49:17 UTC (rev 
> 1006)
> +++ trunk/hvirtual/libmpeg3/video/Makefile.am    2007-03-31 19:36:53 UTC (rev 
> 1007)
> @@ -9,7 +9,7 @@
>     subtitle.c \
>     vlc.c
> 
> -if USEMMX
> +if USEMMX32
> libmpeg3_video_la_SOURCES += mmxidct.S reconmmx.s
> else
> libmpeg3_video_la_SOURCES +=

What was the intention of USEMMX vs. USEMMX32?  Would you expect to need
to disable mmx in ffmpeg also?

Thanks,
-- 
Kevin

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to