fix build failure tizen accepted/tizen/20131016.035154 submit/tizen/20131016.031843
authorYan Yin <yan.yin@intel.com>
Wed, 16 Oct 2013 03:14:02 +0000 (11:14 +0800)
committerYan Yin <yan.yin@intel.com>
Wed, 16 Oct 2013 03:18:20 +0000 (11:18 +0800)
Change-Id: I705497fda9518f7b5dbc0f1340d2f6dad589c48e

packaging/gst-openmax0.10.spec [moved from packaging/gst-openmax.spec with 85% similarity]

similarity index 85%
rename from packaging/gst-openmax.spec
rename to packaging/gst-openmax0.10.spec
index 2820219..1f25e80 100644 (file)
@@ -1,5 +1,5 @@
 
-Name:       gst-openmax
+Name:       gst-openmax0.10
 Summary:    GStreamer plug-in that allows communication with OpenMAX IL components
 Version:    0.10.1
 Release:    7
@@ -19,7 +19,7 @@ Multiple OpenMAX IL implementations can be used.
 
 %build
 ./autogen.sh --noconfigure
-%configure --disable-static --prefix=/usr
+%configure --disable-static --prefix=/usr CFLAGS="-Wno-error=deprecated-declarations"
 
 make %{?jobs:-j%jobs}