about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-21 14:20:12 +0100
committerGitHub <noreply@github.com>2021-11-21 14:20:12 +0100
commit07f29d2db24d7d3fd5095b6da8a06c8675f48af6 (patch)
tree7941c65e37debfe3786afafa7eb27ab06a2e906b /pkgs/applications/video
parent60b8a7ea0737c07d88443bd9628fe0b460cf1d8d (diff)
parent2175b157acf1fd338021bc162ec7c4d6d7f90306 (diff)
Merge pull request #146829 from r-burns/isx86
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mplayer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mplayer/default.nix b/pkgs/applications/video/mplayer/default.nix
index 644e35468fb54..1715ce4a6a171 100644
--- a/pkgs/applications/video/mplayer/default.nix
+++ b/pkgs/applications/video/mplayer/default.nix
@@ -174,7 +174,7 @@ stdenv.mkDerivation rec {
          (useUnfreeCodecs && codecs != null && !crossBuild)
          "--codecsdir=${codecs}"
     ++ optional
-         ((stdenv.hostPlatform.isi686 || stdenv.hostPlatform.isx86_64) && !crossBuild)
+         (stdenv.hostPlatform.isx86 && !crossBuild)
          "--enable-runtime-cpudetection"
     ++ optional fribidiSupport "--enable-fribidi"
     ++ optional stdenv.isLinux "--enable-vidix"