diff options
author | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-05-25 12:00:22 +0000 |
---|---|---|
committer | Manfred Tremmel <manfredtremmel@users.sourceforge.net> | 2003-05-25 12:00:22 +0000 |
commit | d69fd28af6d47dfe7d0a557aad09d8abd2a0fae3 (patch) | |
tree | 721a2e3968414e1d2e15775c27ca1282e47e5cee | |
parent | 37f12a4de81f1c9f335e3025532796d6188e1ca1 (diff) | |
download | xine-lib-d69fd28af6d47dfe7d0a557aad09d8abd2a0fae3.tar.gz xine-lib-d69fd28af6d47dfe7d0a557aad09d8abd2a0fae3.tar.bz2 |
spec-file: little bugfix for non x86 computers
CVS patchset: 4925
CVS date: 2003/05/25 12:00:22
-rw-r--r-- | misc/xine-lib.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index cfe0aa1c1..524465c2b 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -678,12 +678,14 @@ rm ${RPM_BUILD_DIR}/filelist_libxine1_old %files syncfb -f ../filelist_libxine1_syncfb %endif -%ifarch i386 i486 i586 i686 i786 i868 i986 k6 k7 athlon #%if %BUILD_XVMC +#%ifarch i386 i486 i586 i686 i786 i868 i986 k6 k7 athlon #%files xvmc -f ../filelist_libxine1_xvmc #%endif +#%endif %if %BUILD_W32DLL +%ifarch i386 i486 i586 i686 i786 i868 i986 k6 k7 athlon %files w32dll -f ../filelist_libxine1_w32dll %endif %endif |