diff --git a/bucket/glslviewer.json b/bucket/glslviewer.json index c84fdc384c..9130e6beeb 100644 --- a/bucket/glslviewer.json +++ b/bucket/glslviewer.json @@ -3,7 +3,7 @@ "description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.", "homepage": "https://github.com/patriciogonzalezvivo/glslViewer", "license": "BSD-3-Clause", - "depends": "ffmpeg-shared", + "depends": "versions/ffmpeg-shared-4.4.1", "architecture": { "64bit": { "url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/3.2.2/glslViewer-3.2.2-win64-AMD64.zip", @@ -12,7 +12,7 @@ } }, "bin": "bin\\glslViewer.exe", - "post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force", + "post_install": "Copy-Item \"$(Join-Path (appdir 'ffmpeg-shared-4.4.1' $global) 'current\\bin')\\*.dll\" \"$dir\\bin\" -Force", "checkver": "github", "autoupdate": { "architecture": {