Make intel builds stop building with sdk mode turned on 68/2268/1 accepted/2.0alpha-wayland/20121107.040133 accepted/2.0alpha/20121025.172934 submit/2.0alpha-wayland/20121107.042037 submit/2.0alpha/20121024.232654
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 24 Oct 2012 23:25:20 +0000 (16:25 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 24 Oct 2012 23:25:20 +0000 (16:25 -0700)
packaging/avsystem.changes [new file with mode: 0644]
packaging/avsystem.spec

diff --git a/packaging/avsystem.changes b/packaging/avsystem.changes
new file mode 100644 (file)
index 0000000..20bb2ee
--- /dev/null
@@ -0,0 +1,3 @@
+* Wed Oct 24 2012 Rusty Lynch <rusty.lynch@intel.com> b0e2139
+- Fix build to turn off sdk mode on intel devices
+
index 115dd72..3cf37e0 100644 (file)
@@ -35,11 +35,7 @@ Audio Video System Development headers and libraries.
 %build
 %autogen
 %configure \
-%ifarch %{ix86}
-       --enable-audiotest --enable-sdk
-%else
        --enable-audiotest
-%endif
 
 make %{?jobs:-j%jobs}