Skip to content
Snippets Groups Projects
Commit 24a2e195 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

osx: ffmpeg disable securetransport

Disable securetransport to avoid using Security framevork, as
it is not allowed by Apple.

Change-Id: I3dc08891223189c6976b3c1412d13a7fd9bc3e3d
parent 454cb171
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,8 @@ FFMPEGCONF += \ ...@@ -140,7 +140,8 @@ FFMPEGCONF += \
--enable-videotoolbox \ --enable-videotoolbox \
--enable-hwaccel=h263_videotoolbox \ --enable-hwaccel=h263_videotoolbox \
--enable-hwaccel=h264_videotoolbox \ --enable-hwaccel=h264_videotoolbox \
--enable-hwaccel=mpeg4_videotoolbox --enable-hwaccel=mpeg4_videotoolbox \
--disable-securetransport
endif endif
ifdef HAVE_IOS ifdef HAVE_IOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment