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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215306

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Putting all into _DEFINE basket would make FFmpeg actually build only librmtp
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="!librtmp_protocol"
  ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl"
  ffrtmpcrypt_protocol_select="tcp_protocol"
  ffrtmphttp_protocol_deps="!librtmp_protocol"
  ffrtmphttp_protocol_select="http_protocol"
  [...]
  librtmp_protocol_deps="librtmp"
  librtmpe_protocol_deps="librtmp"
  librtmps_protocol_deps="librtmp"
  librtmpt_protocol_deps="librtmp"
  librtmpte_protocol_deps="librtmp"
  [...]
  rtmp_protocol_deps="!librtmp_protocol"
  rtmp_protocol_select="tcp_protocol"
  rtmpe_protocol_select="ffrtmpcrypt_protocol"
  rtmps_protocol_deps="!librtmp_protocol"
  rtmps_protocol_select="tls_protocol"
  rtmpt_protocol_select="ffrtmphttp_protocol"
  rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
  rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"

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

help

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