diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 41442124e0bf..8c48163f3a77 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -182,9 +182,9 @@ src_configure() { $(usex cli '' '--disable-cplayer') $(use_enable libmpv libmpv-shared) - # See deep down below for build-date. --disable-libmpv-static --disable-static-build + # See deep down below for build-date. --disable-optimize # Don't add '-O2' to CFLAGS. --disable-debug-build # Don't add '-g' to CFLAGS. --enable-html-build @@ -250,7 +250,6 @@ src_configure() { $(use_enable jpeg) --disable-android $(use_enable raspberry-pi rpi) - --disable-ios-gl $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') --disable-mali-fbdev # Only available in overlays. |