summaryrefslogtreecommitdiff
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
parentb607407ab7248a6616756c306d800b03117032a5 (diff)
build: win32: package libgstdirectsoundsrc.dll as well
-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"