[vlc-devel] [vlc-commits] contrib: Add srt 1.2.2

Konstantin Pavlov thresh at videolan.org
Sun Dec 3 13:32:07 CET 2017


On Mon, Nov 27, 2017 at 10:29:13PM +0000, Justin Kim wrote:
> vlc | branch: master | Justin Kim <justin.kim at collabora.com> | Tue Nov 21 19:39:37 2017 +0900| [9dce7032797ed9ab54e46f944bb7f800bd69cee8] | committer: Jean-Baptiste Kempf
> 
> contrib: Add srt 1.2.2
> new file mode 100644
> index 0000000000..e809be0d71
> --- /dev/null
> +++ b/contrib/src/srt/rules.mak
> @@ -0,0 +1,30 @@
> +# srt
> +
> +SRT_VERSION := 1.2.2
> +SRT_TARBALL := v$(SRT_VERSION).tar.gz
> +SRT_URL := $(GITHUB)/Haivision/srt/archive/$(SRT_TARBALL)
> +
> +ifndef HAVE_WIN32
> +ifdef BUILD_NETWORK
> +PKGS += srt
> +endif
> +endif

While I'm able to build srt on mac OS with a minor patch to contrib, the
build fails because of unconditional usage of eventfd/epoll in
modules/access/srt.c / modules/access_output/srt.c.

I believe we should have this contrib Linux-only, objections?

-- 
VideoLAN, Vice President
www.videolan.org
+7 926 165 45 31
@cryothresh


More information about the vlc-devel mailing list