mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 18:19:42 +01:00
Bundle the Qt jpeg imageformat plugin. Fixes issue #324
This commit is contained in:
parent
b16d072cd6
commit
be28c58b28
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -105,6 +105,7 @@ Section "Qt image format plugins" imageformats
|
||||
SetOverwrite ifnewer
|
||||
|
||||
File "/oname=qgif4.dll" "imageformats\qgif4.dll"
|
||||
File "/oname=qjpeg4.dll" "imageformats\qjpeg4.dll"
|
||||
SectionEnd
|
||||
|
||||
Section "Gstreamer plugins" gstreamer-plugins
|
||||
@ -820,6 +821,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\zlib1.dll"
|
||||
|
||||
Delete "$INSTDIR\imageformats\qgif4.dll"
|
||||
Delete "$INSTDIR\imageformats\qjpeg4.dll"
|
||||
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstapetag.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user