Name: %{_name}
Version: 1.20.0
-Release: 27
+Release: 28
Summary: Streaming-Media Framework Runtime
License: LGPL-2.0+
Group: Multimedia/Framework
%endif # profile
%endif # plugin
%if "%{plugin}" == "all" || "%{plugin}" == "rs"
+ %if "%{tizen_profile_name}" == "tv"
+ -D %{_rs_opt}tv-profile=true \
+ %endif # profile
-D %{_rs_opt}rtspclientsink=enabled \
-D %{_rs_opt}introspection=disabled \
%endif
fallback : ['gstreamer', 'gst_check_dep'])
endif
+# TIZEN BUILD OPTION
+if get_option('tv-profile')
+ cdata.set('TIZEN_PROFILE_TV', true)
+endif
+# TIZEN_BUILD_OPTION end
+
# Disable compiler warnings for unused variables and args if gst debug system is disabled
if gst_dep.type_name() == 'internal'
gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug')
description : 'package origin URL to use in plugins')
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
+
+# Tizen Options
+option('tv-profile', type : 'boolean', value : false,
+ description : 'tv-profile')
\ No newline at end of file