diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 160aebf45b97..273d78e0d67b 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -148,9 +148,6 @@ mpv_check_compiler() { ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 5 ) ]]; then die "${PN} requires GCC>=4.5." fi - if use opengl && ! tc-has-tls; then - die "Your compiler lacks C++11 TLS support. Use GCC>=4.8 or Clang>=3.3." - fi fi } |