1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 02:46:57 +01:00

Package the ape tag demuxer with the Windows build. Fixes issue #337

This commit is contained in:
David Sansome 2010-05-25 21:02:58 +00:00
parent 71949f8c24
commit 6b5ca67fed

View File

@ -93,6 +93,7 @@ Section "Gstreamer plugins" gstreamer-plugins
SetOutPath "$INSTDIR\gstreamer-plugins"
SetOverwrite ifnewer
File "/oname=libgstasfdemux.dll" "gstreamer-plugins\libgstapetag.dll"
File "/oname=libgstasfdemux.dll" "gstreamer-plugins\libgstasfdemux.dll"
File "/oname=libgstaudioconvert.dll" "gstreamer-plugins\libgstaudioconvert.dll"
File "/oname=libgstaudioresample.dll" "gstreamer-plugins\libgstaudioresample.dll"
@ -207,6 +208,7 @@ Section "Uninstall"
Delete "$INSTDIR\QtXml4.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstapetag.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstaudioconvert.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstaudioresample.dll"