1 Star 0 Fork 1

M2-Team / FFmpegUniversal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FFmpegCopy.bat 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
@setlocal
@echo off
pushd %~dp0
xcopy /r /s /y Output\FFmpeg\Static\%1\include\*.* FFmpegUniversalSDK\
xcopy /r /s /y Output\FFmpeg\Static\%1\lib\*.a FFmpegUniversal\FFmpeg\Lib\%1\
copy /y Output\FFmpeg\Shared\%1\lib\*.def FFmpegUniversal\FFmpeg\Lib\%1\FFmpegUniversal.def
popd
:Cleanup
@endlocal
1
https://gitee.com/M2-Team/FFmpegUniversal.git
git@gitee.com:M2-Team/FFmpegUniversal.git
M2-Team
FFmpegUniversal
FFmpegUniversal
master

搜索帮助