From 6c49058008b42e8813a6467bb4698add24128ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 7 Sep 2010 11:10:57 +0000 Subject: [PATCH] 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 --- src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {