From a2fb5f6322401992263d6397b09926579a5c7432 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Wed, 21 Apr 2010 22:29:12 +0000 Subject: [PATCH] Package souphttpsrc as well on windows --- dist/windows/clementine.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/windows/clementine.nsi b/dist/windows/clementine.nsi index 3da4d4399..4af10c596 100644 --- a/dist/windows/clementine.nsi +++ b/dist/windows/clementine.nsi @@ -104,6 +104,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll" File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll" + File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll" File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll" File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll" File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll" @@ -192,6 +193,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll" Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll" Delete "$INSTDIR\gstreamer-plugins\libgsttypefindfunctions.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll" @@ -208,4 +210,4 @@ Section "Uninstall" ; Remove the entry from 'installed programs list' DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" -SectionEnd \ No newline at end of file +SectionEnd