From a127e6838b1c35777f3646910ac6c44b946fa7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AC=E6=97=A5=E6=96=B0=E9=9B=A8?= Date: Sun, 8 Oct 2023 16:44:45 +0800 Subject: [PATCH] Update compiler.sh --- compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler.sh b/compiler.sh index fd22718..300f4c8 100755 --- a/compiler.sh +++ b/compiler.sh @@ -14,7 +14,7 @@ avutil_header_file_path=`find /usr -name avutil.h` avutil_include_path=`dirname ${avutil_header_file_path}` ffmpeg_include_path=`dirname ${avutil_include_path}` echo "FFMPEG_INCLUDE_PATH: ${ffmpeg_include_path}" -avutil_lib_file_path=`find /usr -name libavutil.a` +avutil_lib_file_path=`find /usr -name libavutil.so` ffmpeg_lib_dir_path=`dirname ${avutil_lib_file_path}` echo "FFMPEG_LIB_DIR_PATH: ${ffmpeg_lib_dir_path}"