From 85cef4d37181f378e98d1095e7543f8f70ce7dca Mon Sep 17 00:00:00 2001 From: itisyang Date: Mon, 25 Feb 2019 22:29:34 +0800 Subject: [PATCH] =?UTF-8?q?[mod]=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba6fe41..b12e280 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ https://itisyang.github.io/playerdemo/ 3. 编译运行。 ## Linux平台编译调试 -1. 安装 sdl2-dev。 -2. 编译、安装 FFmpeg。(参考文档:https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu#RevertingChangesMadebyThisGuide) +1. 安装 libsdl2-dev。 +2. 编译、安装 FFmpeg。(参考文档:https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu#RevertingChangesMadebyThisGuide,libx265、libaom、libvpx 无法安装,可跳过,编译时不启用) 3. 使用 QtCreator 打开 playerdemo.pro。 4. 编译运行。