gst-plugins-bad/good: Add missing __TIZEN__ define to meson.build 83/270283/1
authorSangchul Lee <sangchul1011@gmail.com>
Thu, 27 Jan 2022 10:57:18 +0000 (19:57 +0900)
committerSangchul Lee <sangchul1011@gmail.com>
Thu, 27 Jan 2022 10:59:15 +0000 (19:59 +0900)
Change-Id: Ic1d07e62b53972641d8a2bafe37f6e83c67e5a44
Signed-off-by: Sangchul Lee <sangchul1011@gmail.com>
subprojects/gst-plugins-bad/meson.build
subprojects/gst-plugins-good/meson.build

index 3fd9265..7409635 100644 (file)
@@ -449,6 +449,7 @@ cdata.set('TIZEN_FEATURE_HLSDEMUX_LANG_TAG', true)
 cdata.set('TIZEN_FEATURE_HLSDEMUX_DISCONT', true)
 cdata.set('TIZEN_FEATURE_IMPORT_NETSIM', true)
 cdata.set('TIZEN_FEATURE_PITCH_AUDIO_META', true)
+cdata.set('__TIZEN__', true)
 # TIZEN BUILD OPTION end
 
 # Disable compiler warnings for unused variables and args if gst debug system is disabled
index f4b75bd..3135591 100644 (file)
@@ -443,6 +443,7 @@ cdata.set('TIZEN_FEATURE_DISABLE_V4L2_DEPENDENCY', true)
 cdata.set('TIZEN_FEATURE_AVIDEMUX_MODIFICATION', true)
 cdata.set('TIZEN_FEATURE_USE_LIBV4L2', true)
 cdata.set('TIZEN_FEATURE_V4L2_ADDITIONAL_CID_SUPPORT', true)
+cdata.set('__TIZEN__', true)
 
 # TIZEN_BUILD_OPTION end