update
This commit is contained in:
parent
5bf9e8b22d
commit
ab3207d441
5
wails/resources/ffmpeg/.gitignore
vendored
5
wails/resources/ffmpeg/.gitignore
vendored
@ -4,16 +4,21 @@
|
|||||||
# 根目录的二进制文件(向后兼容)
|
# 根目录的二进制文件(向后兼容)
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ffprobe
|
ffprobe
|
||||||
|
ffplay
|
||||||
ffmpeg.exe
|
ffmpeg.exe
|
||||||
ffprobe.exe
|
ffprobe.exe
|
||||||
|
ffplay.exe
|
||||||
|
|
||||||
# 按平台组织的目录中的二进制文件
|
# 按平台组织的目录中的二进制文件
|
||||||
darwin/ffmpeg
|
darwin/ffmpeg
|
||||||
darwin/ffprobe
|
darwin/ffprobe
|
||||||
|
darwin/ffplay
|
||||||
windows/ffmpeg.exe
|
windows/ffmpeg.exe
|
||||||
windows/ffprobe.exe
|
windows/ffprobe.exe
|
||||||
|
windows/ffplay.exe
|
||||||
linux/ffmpeg
|
linux/ffmpeg
|
||||||
linux/ffprobe
|
linux/ffprobe
|
||||||
|
linux/ffplay
|
||||||
|
|
||||||
# 但保留 README.md、.gitkeep 和目录结构
|
# 但保留 README.md、.gitkeep 和目录结构
|
||||||
!README.md
|
!README.md
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user