build: fix build error 68/274368/1
authorEunhye Choi <eunhae1.choi@samsung.com>
Wed, 27 Apr 2022 06:28:34 +0000 (15:28 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Wed, 27 Apr 2022 06:28:36 +0000 (15:28 +0900)
- add missing appostrophe

Change-Id: I9d272b4e4f85104f8f7fc169e01a0c11972d40cb

subprojects/gstreamer/gst/meson.build

index e41a4373ec38d03c069293f48db0635e0013df8d..6921386e317741a429b87f73029a9933e986a360 100644 (file)
@@ -251,9 +251,9 @@ libgst = library('gstreamer-1.0', gst_sources,
 )
 
 
-gstreamer_extra_args += ['-DTIZEN_FEATURE_DISABLE_DEPRECATED_DECLARATION]
+gstreamer_extra_args = ['-DTIZEN_FEATURE_DISABLE_DEPRECATED_DECLARATION']
 if get_option('tv-profile')
-  gstreamer_extra_args += ['-DTIZEN_PROFILE_TV', '-DTIZEN_FEATURE_TRUSTZONE']
+  gstreamer_extra_args += ['-DTIZEN_PROFILE_TV']
 endif
 
 pkg_name = 'gstreamer-1.0'