commit 4ccc41db4b7042161cafa138f31f693cffd10f6e
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Wed Dec 9 14:51:36 2020 +0100
Drop conditionals for EOL distros
xine-lib.spec | 13 -------------
1 file changed, 13 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index faa1b1e..af05350 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -2,24 +2,11 @@
%global plugin_abi 2.9
%global codecdir %{_libdir}/codecs
-%if 0%{?el6}
- %global _without_aom 1
- %global _without_bluray 1
- %global _without_dav1d 1
- %global _without_nfs 1
- %global _without_openssl 1
- %global _without_png 1
-%endif
-
%if 0%{?el7}
%global _without_dav1d 1
%global _without_png 1
%endif
-%if 0%{?fc29}%{?fc30}
- %global _without_dav1d 1
-%endif
-
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8
%global _without_xvmc 1
%endif
Show replies by date