diff options
-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> |