summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-01-04 16:53:45 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-01-04 16:54:02 +0100
commit08ecf763ff043957ddee2012f52837fe21b826d6 (patch)
tree614cdde417ee032973722e8d5e98f5927e387e1a /data
parentb607407ab7248a6616756c306d800b03117032a5 (diff)
build: win32: package libgstdirectsoundsrc.dll as well
Diffstat (limited to 'data')
-rw-r--r--data/spicy-for-windows.nsis2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/spicy-for-windows.nsis b/data/spicy-for-windows.nsis
index 0810563..76380d9 100644
--- a/data/spicy-for-windows.nsis
+++ b/data/spicy-for-windows.nsis
@@ -116,6 +116,7 @@ Section "spicy"
File "/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstautodetect.dll"
File "/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstcoreelements.dll"
File "/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstdirectsoundsink.dll"
+ File "/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstdirectsoundsrc.dll"
SetOutPath "$INSTDIR\lib"
File /r "/usr/i686-pc-mingw32/sys-root/mingw/lib/gtk-2.0"
@@ -146,6 +147,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\lib\gtk-2.0"
+ Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstdirectsoundsrc.dll"
Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstdirectsoundsink.dll"
Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstcoreelements.dll"
Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstautodetect.dll"