- 下载头文件和库
-
ffmpeg:[https://github.com/BtbN/FFmpeg-Builds/releases]
选择'ffmpeg-*-win64-gpl-shared.zip'
,这里面是头文件和动态连接库 -
SDL2:[https://www.libsdl.org/download-2.0.php]
选择Development Libraries
中的'SDL2-devel-2.0.14-VC.zip'
-
- 解压放置到对应目录
先运行项目中的gen_project.bat
,会自动生成工程文件- 将
ffmpeg
和SDL2
的头文件分别放到dependency\include\ffmpeg
和dependency\include\SDL2
中 - 将
ffmpeg
的lib
目录中的所有文件放到dependency\lib
将SDL2
中的lib\x64\SDL2.lib
放到dependency\lib
- 将
ffmpeg
的bin
目录中的所有*.dll
文件放到buildx64\output\bin\Release
将SDL2
中lib\x64\SDL2.dll
放到buildx64\output\bin\Release
- 将
-
Notifications
You must be signed in to change notification settings - Fork 0
cellspace/SimplePlayer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Build a simple player in the process of learning the ffmpeg source code.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published