diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-23 23:43:00 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-06-23 23:43:00 +0000 |
commit | df1862a9eb0245c1f037795b669ace2a996704ca (patch) | |
tree | 19af9bc55e79f96fc839279654cdfe659149667c | |
parent | 6b6f5099f5e08dc3881d498e37f632337940aef0 (diff) | |
download | xine-lib-df1862a9eb0245c1f037795b669ace2a996704ca.tar.gz xine-lib-df1862a9eb0245c1f037795b669ace2a996704ca.tar.bz2 |
Try to fix vidix dependencies.
CVS patchset: 2147
CVS date: 2002/06/23 23:43:00
-rw-r--r-- | misc/xine-lib.spec.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index 37806d019..5136a6fd7 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -210,6 +210,15 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xine/*.h %{_datadir}/aclocal/xine.m4 %{_mandir}/man3/* +%ifos linux +@BUILD_DHA_KMOD_TRUE@/lib/modules/%(sh -c 'uname -r')/misc/dhahelper.o +%endif +%ifos linux freebsd +%ifarch i386 i486 i586 i686 k6 k7 athlon +%{_libdir}/xine/plugins/vidix/*_vid.* +%endif +%endif + %changelog * Thu Jun 06 2002 Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> |