yuv2rgb_mmx.c will now include other files depending on whether

GPL code is enabled or not. We need to build it in either case.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-09-07 11:10:57 +00:00
parent 6f76655240
commit 6c49058008

View File

@ -12,10 +12,8 @@ local archSources ;
archSources = ;
if $(TARGET_ARCH) = x86 {
if $(HAIKU_INCLUDE_GPL_ADDONS) = 1 {
archSources += yuv2rgb_mmx.c ;
SubDirHdrs [ FDirName $(SUBDIR) $(TARGET_ARCH) ] ;
}
archSources += yuv2rgb_mmx.c ;
SubDirHdrs [ FDirName $(SUBDIR) $(TARGET_ARCH) ] ;
} else if $(TARGET_ARCH) = ppc {
archSources += swscale_altivec_template.c yuv2rgb_altivec.c ;
} else if $(TARGET_ARCH) = sparc {