Added TIZEN_MULTIMEDIA flag 17/285017/8
authorlokeshmeena <lokesh.meena@samsung.com>
Fri, 2 Dec 2022 10:26:43 +0000 (15:56 +0530)
committerLokesh Meena <lokesh.meena@samsung.com>
Wed, 7 Dec 2022 05:59:11 +0000 (05:59 +0000)
Included only relevant changes. Below given patches are for
reference only.

Reference:
https://review.tizen.org/gerrit/268900
https://review.tizen.org/gerrit/270744
https://review.tizen.org/gerrit/279293

Change-Id: I95941f05875ef087f4671deff997affabcc54d06
Signed-off-by: lokeshmeena <lokesh.meena@samsung.com>
tizen_src/build/config/BUILD.gn
tizen_src/build/config/tizen_features.gni
tizen_src/build/gn_chromiumefl.sh

index 069eb3c..ed0f2b7 100644 (file)
@@ -50,5 +50,8 @@ config("tizen_feature_flags") {
         "OS_TIZEN_TV_PRODUCT",
       ]
     }
+    if (tizen_multimedia) {
+      defines += [ "TIZEN_MULTIMEDIA" ]
+    }
   }
 }
index 87cdf51..64a4947 100644 (file)
@@ -25,6 +25,7 @@ declare_args() {
   tizen_multimedia_eme_support = false
   tizen_multimedia_support = false
   werror = false
+  tizen_multimedia = false
 
   tizen_clang_base_path = "//tizen_src/buildtools/llvm"
 
index dc6129f..c994ffd 100755 (executable)
@@ -103,7 +103,6 @@ if [ "$ORIGINAL_GN_DEFINES" != "$GN_DEFINES" ]; then
 fi
 
 COMMON_GN_PARAMETERS="use_libjpeg_turbo=true
-                      proprietary_codecs=false
                       rtc_enable_sctp=false
                       use_alsa=false
                       use_aura=true
@@ -215,6 +214,7 @@ add_tizen_flags() {
   # [M49_2623] Temporary disabling the flag.
   #            FIXME: http://165.213.149.170/jira/browse/TWF-610
   ADDITIONAL_GN_PARAMETERS+="tizen_multimedia_support=false
+                             tizen_multimedia=true
                              tizen_tbm_support=false
                             "
 }