Disable v4l2 plugins on arm/aarch64 architecture 04/63104/2 accepted/tizen/common/20160322.150702 accepted/tizen/ivi/20160323.011209 accepted/tizen/mobile/20160323.011114 accepted/tizen/tv/20160323.011130 accepted/tizen/wearable/20160323.011146 submit/tizen/20160322.064304
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 22 Mar 2016 06:18:35 +0000 (15:18 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 22 Mar 2016 06:27:56 +0000 (15:27 +0900)
Change-Id: I3192e40eeeaf1b6a0e27d17775f26cf61c002abf
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/gst-plugins-good.spec

index 7721bc4..5c01e69 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:           gst-plugins-good
 Version:        1.6.1
-Release:        3
+Release:        4
 License:        LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/
@@ -82,6 +82,9 @@ export CFLAGS+=" -DGST_EXT_V4L2SRC_MODIFIED\
        --disable-taglib\
        --disable-wavpack\
        --enable-experimental\
+%ifarch %arm armv7l aarch64
+       --disable-gst_v4l2\
+%endif
        --disable-effectv
 make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error"
 
@@ -144,7 +147,10 @@ make %{?_smp_mflags} CFLAGS+="-Wno-error" CXXFLAGS+="-Wno-error"
 %{_libdir}/gstreamer-%{gst_branch}/libgstspectrum.so
 #%{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstudp.so
+%ifarch %arm armv7l aarch64
+%else
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
+%endif
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideocrop.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstvideofilter.so