1
0
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:
David Sansome 2010-06-11 23:35:18 +00:00
parent b16d072cd6
commit be28c58b28

View File

@ -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"