diff --git a/src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile b/src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile index d52c89e35a..178cdff23e 100644 --- a/src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile +++ b/src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile @@ -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 {