|
|
@ -11,7 +11,7 @@ include_directories(
|
|
|
|
set( gvimageutils_SRCS imageutils.cpp jpegcontent.cpp scale.cpp transupp.c croppedqimage.cpp )
|
|
|
|
set( gvimageutils_SRCS imageutils.cpp jpegcontent.cpp scale.cpp transupp.c croppedqimage.cpp )
|
|
|
|
|
|
|
|
|
|
|
|
if( HAVE_X86_MMX )
|
|
|
|
if( HAVE_X86_MMX )
|
|
|
|
list( gvimageutils_SRCS APPEND _SRCS asm_scale.S )
|
|
|
|
list( APPEND gvimageutils_SRCS asm_scale.S )
|
|
|
|
|
|
|
|
|
|
|
|
# Force to use C compiler for asm_scale.S instead of ASM
|
|
|
|
# Force to use C compiler for asm_scale.S instead of ASM
|
|
|
|
# because it contains mixed code - ASM with C definitions
|
|
|
|
# because it contains mixed code - ASM with C definitions
|
|
|
|