Skip to content

Commit

Permalink
fix(windows): update dll names
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed May 25, 2024
1 parent fe0c993 commit 3bf6e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/ccextractor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@
xcopy /y "$(ProjectDir)\dll\vcruntime140_1.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\libgpac.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\OpenSVCDecoder.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\postproc-56.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\postproc-57.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\swresample-4.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\avfilter-8.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\avfilter-9.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\swscale-6.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\avdevice-59.dll" "$(OutDir)"
xcopy /y "C:\Program Files\GPAC\avcodec-59.dll" "$(OutDir)"
Expand Down

0 comments on commit 3bf6e51

Please sign in to comment.