[vlc-commits] contrib: ffmpeg: don't force-enable vda on Darwin.

Konstantin Pavlov git at videolan.org
Tue Dec 5 05:53:41 CET 2017


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Dec  5 07:52:48 2017 +0300| [5115a88a015dab91e810fda6f1814ca5b586813c] | committer: Konstantin Pavlov

contrib: ffmpeg: don't force-enable vda on Darwin.

The VLC code for that was removed in dc14ecb4f25874c364e6dabc902c540c94ac5556.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5115a88a015dab91e810fda6f1814ca5b586813c
---

 contrib/src/ffmpeg/rules.mak | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 7008559bf9..375f48df1e 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -139,9 +139,6 @@ ifdef HAVE_NEON
 FFMPEGCONF += --as="$(AS)"
 endif
 endif
-ifdef HAVE_MACOSX
-FFMPEGCONF += --enable-vda
-endif
 endif
 
 # Linux



More information about the vlc-commits mailing list