From 84441decce4a4b62a58313112cf7b37e202cf38e Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 4 May 2010 15:41:49 +0000 Subject: [PATCH] Actually ship the direct sound plugin as well... --- dist/windows/clementine.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 8743acef8..115f7c4f7 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -98,6 +98,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstautodetect.dll" "gstreamer-plugins\libgstautodetect.dll" File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll" File "/oname=libgstdecodebin.dll" "gstreamer-plugins\libgstdecodebin.dll" + File "/oname=libgstdirectsound.dll" "gstreamer-plugins\libgstdirectsound.dll" File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll" File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll" @@ -187,6 +188,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstautodetect.dll" Delete "$INSTDIR\gstreamer-plugins\libgstcoreelements.dll" Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstdirectsound.dll" Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll" Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll" Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"