Include libcdio and gstcdda in the Windows installer. Fixes issue 1994

This commit is contained in:
David Sansome 2011-06-15 21:35:27 +00:00
parent 25587286b2
commit ac97a0707f
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Section "Clementine" Clementine
File "glew32.dll"
File "intl.dll"
File "libarchive.dll"
File "libcdio-12.dll"
File "libexpat-1.dll"
File "libfaac.dll"
File "libfaad.dll"
@ -123,6 +124,7 @@ Section "Clementine" Clementine
File "libgpg-error-0.dll"
File "libgstaudio-0.10-0.dll"
File "libgstbase-0.10-0.dll"
File "libgstcdda-0.10-0.dll"
File "libgstcontroller-0.10-0.dll"
File "libgstfft-0.10-0.dll"
File "libgstinterfaces-0.10-0.dll"
@ -268,6 +270,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstaudioresample.dll" "gstreamer-plugins\libgstaudioresample.dll"
File "/oname=libgstaudiotestsrc.dll" "gstreamer-plugins\libgstaudiotestsrc.dll"
File "/oname=libgstautodetect.dll" "gstreamer-plugins\libgstautodetect.dll"
File "/oname=libgstcdio.dll" "gstreamer-plugins\libgstcdio.dll"
File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll"
File "/oname=libgstdecodebin2.dll" "gstreamer-plugins\libgstdecodebin2.dll"
File "/oname=libgstdirectsoundsink.dll" "gstreamer-plugins\libgstdirectsoundsink.dll"
@ -967,6 +970,7 @@ Section "Uninstall"
Delete "$INSTDIR\glew32.dll"
Delete "$INSTDIR\intl.dll"
Delete "$INSTDIR\libarchive.dll"
Delete "$INSTDIR\libcdio-12.dll"
Delete "$INSTDIR\libexpat-1.dll"
Delete "$INSTDIR\libfaac.dll"
Delete "$INSTDIR\libfaad.dll"
@ -983,6 +987,7 @@ Section "Uninstall"
Delete "$INSTDIR\libgpg-error-0.dll"
Delete "$INSTDIR\libgstaudio-0.10-0.dll"
Delete "$INSTDIR\libgstbase-0.10-0.dll"
Delete "$INSTDIR\libgstcdda-0.10-0.dll"
Delete "$INSTDIR\libgstcontroller-0.10-0.dll"
Delete "$INSTDIR\libgstfft-0.10-0.dll"
Delete "$INSTDIR\libgstinterfaces-0.10-0.dll"
@ -1063,6 +1068,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstaudioresample.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstaudiotestsrc.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstautodetect.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstcdio.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstcoreelements.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin2.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdirectsoundsink.dll"