Fix incorrect define 97/270897/2
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 11 Feb 2022 01:55:22 +0000 (10:55 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 11 Feb 2022 02:25:30 +0000 (11:25 +0900)
Change-Id: I3ea1d50c627203ff94cf0aead09ee3b1e300f21e

subprojects/gst-plugins-base/meson.build
subprojects/gst-plugins-ugly/meson.build
subprojects/gstreamer/meson.build

index e70558a..b353647 100644 (file)
@@ -396,7 +396,7 @@ if tbm_dep.found()
 endif
 
 if get_option('tv-profile')
-  core_conf.set('TIZEN_TV_PROFILE', true)
+  core_conf.set('TIZEN_PROFILE_TV', true)
   core_conf.set('TIZEN_FEATURE_TRUSTZONE', true)
 else
   core_conf.set('TIZEN_FEATURE_RESOURCE_MANAGER', true)
index c3c84eb..a98be6a 100644 (file)
@@ -200,8 +200,8 @@ endif
 # TIZEN_OPTION
 
 if get_option('tv-profile')
-  core_conf.set('TIZEN_TV_PROFILE', 1)
-  core_conf.set('TIZEN_FEATURE_TRUSTZONE', 1)
+  core_conf.set('TIZEN_PROFILE_TV', true)
+  core_conf.set('TIZEN_FEATURE_TRUSTZONE', true)
 endif
 
 # TIZEN_OPTION end
index aa46152..cd47c72 100644 (file)
@@ -581,7 +581,7 @@ cdata.set('TIZEN_FEATURE_INPUT_SELECTOR_MODIFICATION', true)
 cdata.set('TIZEN_FEATURE_SEEK_THRESHOLD', true)
 cdata.set('TIZEN_FEATURE_RTSPSRC_MODIFICATION', true)
 if get_option('tv-profile')
-  cdata.set('TIZEN_TV_PROFILE', true)
+  cdata.set('TIZEN_PROFILE_TV', true)
   cdata.set('TIZEN_FEATURE_TRUSTZONE', true)
 endif