Skip to content

Commit

Permalink
Update compiler.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrixinyu committed Oct 8, 2023
1 parent aabf024 commit a127e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit a127e68

Please sign in to comment.