Removed swscale_altivec_templace.c, which is already conditionaly included
by swscale_templace.c, itself included by swscale.c. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38583 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f7fdea9640
commit
33684c664b
@ -15,7 +15,7 @@ if $(TARGET_ARCH) = x86 {
|
|||||||
archSources += yuv2rgb_mmx.c ;
|
archSources += yuv2rgb_mmx.c ;
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(TARGET_ARCH) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(TARGET_ARCH) ] ;
|
||||||
} else if $(TARGET_ARCH) = ppc {
|
} else if $(TARGET_ARCH) = ppc {
|
||||||
archSources += swscale_altivec_template.c yuv2rgb_altivec.c ;
|
archSources += yuv2rgb_altivec.c ;
|
||||||
} else if $(TARGET_ARCH) = sparc {
|
} else if $(TARGET_ARCH) = sparc {
|
||||||
archSources += yuv2rgb_vis.cyuv2rgb_vis.c ;
|
archSources += yuv2rgb_vis.cyuv2rgb_vis.c ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user