git: 13034929818b - main - multimedia/mplayer: Remove support for librtmp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 May 2024 11:40:05 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=13034929818b3279cd9a0af3c440372b987a8a25 commit 13034929818b3279cd9a0af3c440372b987a8a25 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-01 11:13:10 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-01 11:13:54 +0000 multimedia/mplayer: Remove support for librtmp Remove invalid option as support for librtmp was removed in 8d01b5458f4660725fcaf562cdbb073debc9b751 Approved by: portmgr (blanket) --- multimedia/mplayer/Makefile | 5 +++-- multimedia/mplayer/Makefile.optvars | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index b9d91327e2c4..9e740b4f05b0 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -11,7 +11,7 @@ WWW= http://www.mplayerhq.hu/ OPTIONS_DEFINE= AALIB AMR_NB AMR_WB ASS BLURAY CACA CDIO DV DVDNAV \ ENCA FONTCONFIG FRIBIDI GIF GNUTLS GSM GUI IPV6 JACK \ JPEG LADSPA LIBMNG LIRC LZO NAS NLS OPENAL OPENGL \ - OPENJPEG OPUS PULSEAUDIO RTMP \ + OPENJPEG OPUS PULSEAUDIO \ SDL SKINS SNDIO SMB SPEEX SVGALIB V4L VDPAU VPX \ X11 X11DGA X11VM XINERAMA XVIDEO XVMC @@ -57,7 +57,8 @@ CONFIGURE_ARGS+= --disable-arts \ --disable-mencoder \ --disable-mpg123 \ --disable-musepack \ - --disable-theora + --disable-theora \ + --disable-librtmp .include "${.CURDIR}/../../multimedia/mplayer/Makefile.options" diff --git a/multimedia/mplayer/Makefile.optvars b/multimedia/mplayer/Makefile.optvars index 49b139d7a4a8..e9efe7dcbe94 100644 --- a/multimedia/mplayer/Makefile.optvars +++ b/multimedia/mplayer/Makefile.optvars @@ -103,9 +103,6 @@ PULSEAUDIO_CONFIGURE_OFF= --disable-pulse RTCPU_CONFIGURE_ON= --enable-runtime-cpudetection -RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp -RTMP_CONFIGURE_OFF= --disable-librtmp - SDL_USE= SDL=sdl SDL_USES= sdl SDL_LIB_DEPENDS= libaa.so:graphics/aalib