change tv featuring option 58/108258/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.143205 accepted/tizen/3.0.m2/tv/20170104.143554 accepted/tizen/3.0.m2/wearable/20170104.143951 accepted/tizen/3.0/common/20170103.173124 accepted/tizen/3.0/ivi/20170103.160445 accepted/tizen/3.0/mobile/20170103.160343 accepted/tizen/3.0/tv/20170103.160400 accepted/tizen/3.0/wearable/20170103.160422 submit/tizen_3.0.m2/20170104.093752 submit/tizen_3.0/20170103.145221
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 3 Jan 2017 14:43:28 +0000 (23:43 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 3 Jan 2017 14:43:28 +0000 (23:43 +0900)
Change-Id: I76814a0fa7f92222f3854bd84751a11ac24ef872

packaging/gstreamer.spec

index 2e2b702..fb2132c 100644 (file)
@@ -71,9 +71,9 @@ export CFLAGS="%{optflags} \
        -DTIZEN_FEATURE_MQ_MODIFICATION\
        -DTIZEN_FEATURE_BASEPARSE_MODIFICATION\
        -DTIZEN_FEATURE_QUEUE_MODIFICATION\
-%if "%{?profile}" == "tv"
+%if "%{TIZEN_PRODUCT_TV}" == "1"
        -DTIZEN_PROFILE_TV\
-        -DRVU_LIVESTREAMING_OPTIMIZATION\
+       -DRVU_LIVESTREAMING_OPTIMIZATION\
        -DTIZEN_FEATURE_TRUSTZONE\
 %endif
        -DTIZEN_FEATURE_RTSPSRC_MODIFICATION\
@@ -87,7 +87,7 @@ export CFLAGS="%{optflags} \
         --disable-docbook\
         --disable-gtk-doc\
         --enable-dlog\
-%if "%{?profile}" == "tv"
+%if "%{TIZEN_PRODUCT_TV}" == "1"
         --enable-tv-profile\
 %endif
         --disable-examples\