[vlc-commits] contrib: ffmpeg: enable videotoolbox encoder
Thomas Guillem
git at videolan.org
Tue Mar 27 19:48:57 CEST 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Mar 27 16:49:34 2018 +0200| [1003d6aa220d18088d2d6d2949dc117b622f85e3] | committer: Thomas Guillem
contrib: ffmpeg: enable videotoolbox encoder
No problem for decoders since it won't be used.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1003d6aa220d18088d2d6d2949dc117b622f85e3
---
contrib/src/ffmpeg/rules.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 434e4d3e90..548171aa79 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -47,7 +47,6 @@ FFMPEGCONF += \
--disable-linux-perf
ifdef HAVE_DARWIN_OS
FFMPEGCONF += \
- --disable-videotoolbox \
--disable-securetransport
endif
endif
More information about the vlc-commits
mailing list