Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2016 22:50:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 215306] multimedia/ffmpeg: New RTMP group breaks configuration
Message-ID:  <bug-215306-12827-KrhZuCMer3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215306-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215306-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215306

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Putting all into _DEFINE basket would make FFmpeg actually build only librm=
tp
support.

  $ ./configure --help | fgrep rtmp
    --enable-gcrypt          enable gcrypt, needed for rtmp(t)e support
                             if openssl, librtmp or gmp is not used [no]
    --enable-gmp             enable gmp, needed for rtmp(t)e support
                             if openssl or librtmp is not used [no]
    --enable-librtmp         enable RTMP[E] support via librtmp [no]

  $ cat ./configure
  [...]
  ffrtmpcrypt_protocol_deps=3D"!librtmp_protocol"
  ffrtmpcrypt_protocol_deps_any=3D"gcrypt gmp openssl"
  ffrtmpcrypt_protocol_select=3D"tcp_protocol"
  ffrtmphttp_protocol_deps=3D"!librtmp_protocol"
  ffrtmphttp_protocol_select=3D"http_protocol"
  [...]
  librtmp_protocol_deps=3D"librtmp"
  librtmpe_protocol_deps=3D"librtmp"
  librtmps_protocol_deps=3D"librtmp"
  librtmpt_protocol_deps=3D"librtmp"
  librtmpte_protocol_deps=3D"librtmp"
  [...]
  rtmp_protocol_deps=3D"!librtmp_protocol"
  rtmp_protocol_select=3D"tcp_protocol"
  rtmpe_protocol_select=3D"ffrtmpcrypt_protocol"
  rtmps_protocol_deps=3D"!librtmp_protocol"
  rtmps_protocol_select=3D"tls_protocol"
  rtmpt_protocol_select=3D"ffrtmphttp_protocol"
  rtmpte_protocol_select=3D"ffrtmpcrypt_protocol ffrtmphttp_protocol"
  rtmpts_protocol_select=3D"ffrtmphttp_protocol https_protocol"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215306-12827-KrhZuCMer3>