fixup! [M40] Force define DL_ARM_NEON_OPTIONAL to bypass mobile/tv build break in...
authorSeungSeop Park <sns.park@samsung.com>
Mon, 10 Nov 2014 04:52:39 +0000 (13:52 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Patch fixes TV build.
Reviewed by: Antonio Gomes, Kangil Han, SeungSeop Park

Change-Id: I9fbbe47a1a3c611115f3ad06b2ea6780fdb6342c
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
tizen_src/impl/chromium-efl.gypi

index 0a0717d..27356da 100644 (file)
     'conditions': [
        ['building_for_tizen==1', {
          'defines': [
-         'OS_TIZEN=1',
+           'OS_TIZEN=1',
+           'DL_ARM_NEON_OPTIONAL=1', # TODO: Temporary fix for M40 build break due to wrong selection of
+                                     # omxSP_FFTInv_CCSToR_F32_vfp in src/third_party/openmax_dl/dl/sp/api/omxSP.h:2558 .
+                                     # Remove this line after a more proper solution is found.
          ],
         'conditions': [
            ['chromium_efl_tizen_version=="2.3"', {
@@ -70,9 +73,6 @@
            'OS_TIZEN_MOBILE=1',
            'TIZEN_CONTENTS_DETECTION=1',
            'TIZEN_ENABLE_CAPI_SUPPORT=1',
-           'DL_ARM_NEON_OPTIONAL=1', # TODO: Temporary fix for M40 build break due to wrong selection of
-                                     # omxSP_FFTInv_CCSToR_F32_vfp in src/third_party/openmax_dl/dl/sp/api/omxSP.h:2558 .
-                                     # Remove this line after a more proper solution is found.
            ],
       }],
       ['building_for_tizen_tv==1', {