diff options
author | Fei Jiang <fei.jiang@intel.com> | 2010-10-12 03:37:54 +0800 |
---|---|---|
committer | Fei Jiang <fei.jiang@intel.com> | 2010-10-12 03:37:54 +0800 |
commit | 5f2f89fb996d152c3099b81afd2e952faab80444 (patch) | |
tree | 7700fe0353722800a2c5b4587e3889c26c49463b | |
parent | c8be08547a53fac85b0614e47156b29666b9b4c8 (diff) |
Fix white space error.ww42.1_android
-rw-r--r-- | COPYING | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | dummy_drv_video/dummy_drv_video.c | 2 | ||||
-rw-r--r-- | libva.spec | 10 |
4 files changed, 10 insertions, 10 deletions
@@ -5,11 +5,11 @@ distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. diff --git a/configure.ac b/configure.ac index ac54963..e8121ce 100644 --- a/configure.ac +++ b/configure.ac @@ -7,11 +7,11 @@ # distribute, sub license, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: -# +# # The above copyright notice and this permission notice (including the # next paragraph) shall be included in all copies or substantial portions # of the Software. -# +# # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c index 90eb9c6..1a78b3f 100644 --- a/dummy_drv_video/dummy_drv_video.c +++ b/dummy_drv_video/dummy_drv_video.c @@ -1058,7 +1058,7 @@ VAStatus dummy_PutSurface( Drawable drawable = (Drawable)draw; (void)drawable; - + return VA_STATUS_ERROR_UNKNOWN; } @@ -7,13 +7,13 @@ Name: libva Version: 1.0.4 Release: 0.0 License: MIT -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.bz2 Group: Development/Libraries -Summary: Video Acceleration (VA) API for Linux +Summary: Video Acceleration (VA) API for Linux URL: http://freedesktop.org/wiki/Software/vaapi BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: xorg-x11-server-Xorg +Requires: xorg-x11-server-Xorg BuildRequires: libtool xorg-x11-server-devel pkgconfig(xv) pkgconfig(xrandr) BuildRequires: libdrm-devel libX11-devel libXext-devel libXdamage-devel libXfixes-devel xorg-x11-proto-dri2proto @@ -32,7 +32,7 @@ Requires: pkgconfig %description devel The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver. - + This package provides the development environment for libva. %prep @@ -42,7 +42,7 @@ This package provides the development environment for libva. unset LD_AS_NEEDED %autogen make - + %install rm -rf $RPM_BUILD_ROOT %make_install |