From: Eunhae Choi Date: Tue, 3 Jan 2017 14:48:39 +0000 (+0900) Subject: change tv featuring option X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.142743^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F108261%2F1;p=platform%2Fupstream%2Fgst-plugins-bad.git change tv featuring option Change-Id: I10e5359206b2ed8b53cb101f823b5a8693b82dac --- diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index 2ca34c7..e6aed3c 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -90,7 +90,7 @@ export CFLAGS+=" -Wall -g -fPIC\ --disable-static\ --disable-examples\ --enable-experimental\ -%if "%{?profile}" == "tv" +%if "%{TIZEN_PRODUCT_TV}" == "1" --enable-tv\ --disable-autoconvert\ --disable-camerabin2\ @@ -195,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT %manifest %{name}.manifest %defattr(-, root, root) %license COPYING.LIB -%if "%{?profile}" != "tv" +%if "%{TIZEN_PRODUCT_TV}" != "1" %{_libdir}/gstreamer-%{gst_branch}/libgstautoconvert.so %{_libdir}/gstreamer-%{gst_branch}/libgstcamerabin2.so %{_libdir}/gstreamer-%{gst_branch}/libgstcoloreffects.so @@ -292,7 +292,7 @@ rm -rf $RPM_BUILD_ROOT %manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/gstreamer-%{gst_branch} -%if "%{?profile}" != "tv" +%if "%{TIZEN_PRODUCT_TV}" != "1" %{_libdir}/gstreamer-%{gst_branch}/include/gst/gl/gstglconfig.h %endif %{_libdir}/*.so