| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/cmus/files/ |
Upload File : |
This patch is needed because multimedia/mp4v2 doesn't currently have MP4LogSetLevel. It requires mp4v2 >= 2.0.0. --- ip/mp4.c.orig 2016-11-20 12:29:46 UTC +++ ip/mp4.c @@ -154,9 +154,6 @@ static int mp4_open(struct input_plugin_ if (ip_data->remote) return -IP_ERROR_FUNCTION_NOT_SUPPORTED; - /* kindly ask mp4v2 to not spam stderr */ - MP4LogSetLevel(MP4_LOG_NONE); - /* init private struct */ priv = xnew(struct mp4_private, 1); *priv = priv_init;