File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 33ffavc is a video decoder built on ffmpeg which allows libpag to use ffmpeg as its software decoder
44for h264 decoding.
55
6- ## Build ffmpeg
7-
8- First, make sure you have built the ffmpeg vendor libraries.
6+ ## Dependency management
97
10- Run the script located in the root directory of the project:
8+ Go to the root directory of ffavc project, use the following command to pull the third-party library:
119
1210```
13- ./sync_deps.sh
11+ git submodule update --init
1412```
1513
16- This script will automatically install the necessary tools and sync all third-party repositories.
14+ ## Build ffmpeg
15+
16+ First, make sure you have built the ffmpeg vendor libraries.
1717
1818### Windows platform
1919
20- 1.Install Visual Studio 2019.
20+ 1 . Install Visual Studio 2019.
2121
22- 2.Install [ <font color =blue >mysy2</font >] ( https://www.msys2.org/ )
22+ 2 . Install [ <font color =blue >mysy2</font >] ( https://www.msys2.org/ )
2323
24- 3.Install some dependencies
24+ 3 . Install some dependencies
2525
2626```
2727pacman -S make gcc diffutils mingw-w64-{i686,x86_64}-pkg-config mingw-w64-i686-nasm mingw-w64-i686-yasm
2828```
2929
30- 4.Rename msys64/usr/bin/link.exe to msys64/usr/bin/link.bak, to avoid conflict with MSVC's link.exe
30+ 4 . Rename msys64/usr/bin/link.exe to msys64/usr/bin/link.bak, to avoid conflict with MSVC's link.exe
3131
32325 . Run "VS2019 x86 Native Tools Command Prompt" (Run "VS2019 x86_x64 Native Tools Command Prompt"
3333 for 64-bit.)
You can’t perform that action at this time.
0 commit comments