Browse Source
[deps] use --enable-pic for ffmpeg
Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/214/head
lizzie
7 months ago
No known key found for this signature in database
GPG Key ID: D9E134A23AD395CE
1 changed files with
1 additions and
0 deletions
-
externals/ffmpeg/CMakeLists.txt
|
|
|
@ -176,6 +176,7 @@ if (NOT WIN32 AND NOT ANDROID) |
|
|
|
--enable-decoder=vp8 |
|
|
|
--enable-decoder=vp9 |
|
|
|
--enable-filter=yadif,scale |
|
|
|
--enable-pic |
|
|
|
--cc="${FFmpeg_CC}" |
|
|
|
--cxx="${FFmpeg_CXX}" |
|
|
|
${FFmpeg_HWACCEL_FLAGS} |
|
|
|
|