diff mbox series

[FFmpeg-devel,2/3] configure: add mediacodec_extralibs to avutil

Message ID tencent_2CF06B0E03A169BA7C8AAD8E3839C2C9B40A@qq.com
State Accepted
Commit ef09db1eaca22cad6dab0335be19bb5de86d4f24
Headers show
Series [FFmpeg-devel,1/3] configure: cleanup mediacodec dependency | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Zhao Zhili April 5, 2023, 12:50 p.m. UTC
From: Zhao Zhili <zhilizhao@tencent.com>

Fix #10299
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configure b/configure
index 76461415c9..8f77e13541 100755
--- a/configure
+++ b/configure
@@ -3827,7 +3827,7 @@  swscale_suggest="libm stdatomic"
 
 avcodec_extralibs="pthreads_extralibs iconv_extralibs dxva2_extralibs lcms2_extralibs"
 avfilter_extralibs="pthreads_extralibs"
-avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs"
+avutil_extralibs="d3d11va_extralibs mediacodec_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs"
 
 # programs
 ffmpeg_deps="avcodec avfilter avformat threads"