Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libsrtp / libsrtp.gyp
index a3956eb..735810f 100644 (file)
           'CPU_CISC',
         ],
       }],
-      ['target_arch=="arm" or target_arch=="armv7" or target_arch=="arm64"', {
+      ['target_arch=="arm" or target_arch=="armv7" or target_arch=="arm64" \
+       or target_arch=="mipsel" or target_arch=="mips64el"', {
         'defines': [
-          # TODO(leozwang): CPU_RISC doesn't work properly on android/arm
-          # platform for unknown reasons, need to investigate the root cause
-          # of it. CPU_RISC is used for optimization only, and CPU_CISC should
-          # just work just fine, it has been tested on android/arm with srtp
-          # test applications and libjingle.
+          # TODO(leozwang): CPU_RISC doesn't work properly on android/arm and
+          # mips platforms for unknown reasons, need to investigate the root
+          # cause of it. CPU_RISC is used for optimization only, and CPU_CISC
+          # should just work just fine, it has been tested on android/arm with
+          # srtp test applications and libjingle.
           'CPU_CISC',
         ],
       }],
-      ['target_arch=="mipsel" or target_arch=="mips64el"', {
-        'defines': [
-          'CPU_RISC',
-        ],
-      }],
       ['target_arch=="mipsel" or target_arch=="arm" or target_arch=="armv7" or target_arch=="ia32"', {
         'defines': [
           # Define FORCE_64BIT_ALIGN to avoid alignment-related-crashes like
             'CPU_CISC',
           ],
         }],
-        ['target_arch=="mipsel" or target_arch=="mips64el"', {
-          'defines': [
-            'CPU_RISC',
-          ],
-        }],
       ],
     },
   },