Skip to content

Build a simple player in the process of learning the ffmpeg source code.

Notifications You must be signed in to change notification settings

cellspace/SimplePlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Player

雷霄骅 YYDS! 感谢雷神的教程!

搭建环境(ffmpeg+SDL2)

  1. 下载头文件和库
  2. 解压放置到对应目录
    先运行项目中的gen_project.bat,会自动生成工程文件
    • ffmpegSDL2的头文件分别放到dependency\include\ffmpegdependency\include\SDL2
    • ffmpeglib目录中的所有文件放到dependency\lib
      SDL2中的lib\x64\SDL2.lib放到dependency\lib
    • ffmpegbin目录中的所有*.dll文件放到buildx64\output\bin\Release
      SDL2lib\x64\SDL2.dll放到buildx64\output\bin\Release

About

Build a simple player in the process of learning the ffmpeg source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published