summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--data/spicy-for-windows.nsis2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a9d354..d64b9ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,6 +66,7 @@ spicy-for-windows.exe:
/usr/i686-pc-mingw32/sys-root/mingw/bin/gst-*.exe \
/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstaudio*.dll \
/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstdirectsoundsink.dll \
+ /usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstdirectsoundsrc.dll \
/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstapp.dll \
/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstautodetect.dll \
/usr/i686-pc-mingw32/sys-root/mingw/lib/gstreamer-0.10/libgstcoreelements.dll
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"