Skip to content

Commit 7b30cae

Browse files
committed
update:vscopy
1 parent 1be0781 commit 7b30cae

4 files changed

Lines changed: 28 additions & 32 deletions

File tree

XEngine_Source/VSCopy_Arm64.bat

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ copy /y "%XEngine_LibArm64%\XEngine_AVCodec\XEngine_AVCollect.dll" "./"
2828
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\XEngine_AVFormat.dll" "./"
2929
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\XEngine_AVFilter.dll" "./"
3030

31-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avcodec-61.dll" "./"
32-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avdevice-61.dll" "./"
33-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avfilter-10.dll" "./"
34-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avformat-61.dll" "./"
35-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avutil-59.dll" "./"
36-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\swresample-5.dll" "./"
37-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\swscale-8.dll" "./"
38-
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\postproc-58.dll" "./"
31+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avcodec-62.dll" "./"
32+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avdevice-62.dll" "./"
33+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avfilter-11.dll" "./"
34+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avformat-62.dll" "./"
35+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\avutil-60.dll" "./"
36+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\swresample-6.dll" "./"
37+
copy /y "%XEngine_LibArm64%\XEngine_AVCodec\swscale-9.dll" "./"

XEngine_Source/VSCopy_Debug.bat

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_AVCollect.dll" "./"
2828
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_AVFormat.dll" "./"
2929
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_AVFilter.dll" "./"
3030

31-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avcodec-61.dll" "./"
32-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avdevice-61.dll" "./"
33-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avfilter-10.dll" "./"
34-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avformat-61.dll" "./"
35-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avutil-59.dll" "./"
36-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swresample-5.dll" "./"
37-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swscale-8.dll" "./"
38-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\postproc-58.dll" "./"
31+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avcodec-62.dll" "./"
32+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avdevice-62.dll" "./"
33+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avfilter-11.dll" "./"
34+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avformat-62.dll" "./"
35+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avutil-60.dll" "./"
36+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swresample-6.dll" "./"
37+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swscale-9.dll" "./"

XEngine_Source/VSCopy_x64.bat

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ copy /y "%XEngine_Lib64%\XEngine_AVCodec\XEngine_AVCollect.dll" "./"
2828
copy /y "%XEngine_Lib64%\XEngine_AVCodec\XEngine_AVFormat.dll" "./"
2929
copy /y "%XEngine_Lib64%\XEngine_AVCodec\XEngine_AVFilter.dll" "./"
3030

31-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avcodec-61.dll" "./"
32-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avdevice-61.dll" "./"
33-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avfilter-10.dll" "./"
34-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avformat-61.dll" "./"
35-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avutil-59.dll" "./"
36-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\swresample-5.dll" "./"
37-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\swscale-8.dll" "./"
38-
copy /y "%XEngine_Lib64%\XEngine_AVCodec\postproc-58.dll" "./"
31+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avcodec-62.dll" "./"
32+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avdevice-62.dll" "./"
33+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avfilter-11.dll" "./"
34+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avformat-62.dll" "./"
35+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\avutil-60.dll" "./"
36+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\swresample-6.dll" "./"
37+
copy /y "%XEngine_Lib64%\XEngine_AVCodec\swscale-9.dll" "./"

XEngine_Source/VSCopy_x86.bat

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ copy /y "%XEngine_Lib32%\XEngine_AVCodec\XEngine_AVCollect.dll" "./"
2828
copy /y "%XEngine_Lib32%\XEngine_AVCodec\XEngine_AVFormat.dll" "./"
2929
copy /y "%XEngine_Lib32%\XEngine_AVCodec\XEngine_AVFilter.dll" "./"
3030

31-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avcodec-61.dll" "./"
32-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avdevice-61.dll" "./"
33-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avfilter-10.dll" "./"
34-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avformat-61.dll" "./"
35-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avutil-59.dll" "./"
36-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swresample-5.dll" "./"
37-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swscale-8.dll" "./"
38-
copy /y "%XEngine_Lib32%\XEngine_AVCodec\postproc-58.dll" "./"
31+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avcodec-62.dll" "./"
32+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avdevice-62.dll" "./"
33+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avfilter-11.dll" "./"
34+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avformat-62.dll" "./"
35+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\avutil-60.dll" "./"
36+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swresample-6.dll" "./"
37+
copy /y "%XEngine_Lib32%\XEngine_AVCodec\swscale-9.dll" "./"

0 commit comments

Comments
 (0)