diff options
author | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-10-27 21:43:06 +0000 |
---|---|---|
committer | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-10-27 21:43:06 +0000 |
commit | 8e93338d012eea3981d588ca44f3d78a55ce8b05 (patch) | |
tree | f17c8f266f0bcae21d995946b7339022e35b1aff | |
parent | e9ca01a79b074f91029347bb8a009337f6795d1f (diff) | |
download | xine-lib-8e93338d012eea3981d588ca44f3d78a55ce8b05.tar.gz xine-lib-8e93338d012eea3981d588ca44f3d78a55ce8b05.tar.bz2 |
spec-file: little bugfix in sdl subpackage
CVS patchset: 5619
CVS date: 2003/10/27 21:43:06
-rw-r--r-- | misc/xine-lib.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index b1d159dc5..17461d065 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -419,6 +419,7 @@ Summary: libxine video output plugin using XVideo-extension with motion c Summary(de): libxine Videoausgabeplugin per XVideo-Erweiterung mit Motion Compensation Group: Development/Libraries Obsoletes: libxine0-xvmc +Autoreqprov: Off %description xvmc libxine video output plugin using XVideo-extension with motion compensation @@ -664,7 +665,7 @@ rm -rf ${RPM_BUILD_ROOT} %endif %if %BUILD_SDL -%files sdl -f ../filelist_libxine1_dxr3 +%files sdl -f ../filelist_libxine1_sdl %endif %if %BUILD_AA |