Re: [PATCH] gnu: ffmpeg: Build with SDL support.

2017-02-13 Thread Marius Bakke
Marius Bakke writes: > Arun Isaac writes: > >> SDL is required for the `ffplay' executable to be built. >> >> * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2. > > This increases ffmpegs closure size from 518.9 MiB to 525.7 MiB, which > seems fine to me. If no one objects I will push this tom

Re: [PATCH] gnu: ffmpeg: Build with SDL support.

2017-02-12 Thread Marius Bakke
Arun Isaac writes: > SDL is required for the `ffplay' executable to be built. > > * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2. This increases ffmpegs closure size from 518.9 MiB to 525.7 MiB, which seems fine to me. If no one objects I will push this tomorrow or so. signature.asc Descr

[PATCH] gnu: ffmpeg: Build with SDL support.

2017-02-11 Thread Arun Isaac
SDL is required for the `ffplay' executable to be built. * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2. --- gnu/packages/video.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3acd2bf91..bb2ed1f63 100644 --- a/gnu/packages/video.s