Bundle gstapp plugins in the windows installer

This commit is contained in:
David Sansome 2011-11-30 19:54:42 +00:00
parent 00c6d20c3f
commit b63a7d760d
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ Section "Clementine" Clementine
File "libgnutls-26.dll"
File "libgobject-2.0-0.dll"
File "libgpg-error-0.dll"
File "libgstapp-0.10-0.dll"
File "libgstaudio-0.10-0.dll"
File "libgstbase-0.10-0.dll"
File "libgstcdda-0.10-0.dll"
@ -241,6 +242,7 @@ Section "Gstreamer plugins" gstreamer-plugins
SetOutPath "$INSTDIR\gstreamer-plugins"
File "/oname=libgstapetag.dll" "gstreamer-plugins\libgstapetag.dll"
File "/oname=libgstapp.dll" "gstreamer-plugins\libgstapp.dll"
File "/oname=libgstasf.dll" "gstreamer-plugins\libgstasf.dll"
File "/oname=libgstaudioconvert.dll" "gstreamer-plugins\libgstaudioconvert.dll"
File "/oname=libgstaudiofx.dll" "gstreamer-plugins\libgstaudiofx.dll"