Add libofa, libgstofa and libfftw3 to the Windows installer

This commit is contained in:
David Sansome 2011-03-12 22:01:40 +00:00
parent b51566cdd9
commit 5df2a5c790
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Section "Clementine" Clementine
File "intl.dll"
File "libfaac.dll"
File "libfaad.dll"
File "libfftw3-3.dll"
File "libFLAC.dll"
File "libgcc_s_dw2-1.dll"
File "libgcrypt-11.dll"
@ -138,6 +139,7 @@ Section "Clementine" Clementine
File "libmad.dll"
File "libmms-0.dll"
File "libmp3lame-0.dll"
File "libofa.dll"
File "libogg-0.dll"
File "liboil-0.3-0.dll"
File "liborc-0.4-0.dll"
@ -247,6 +249,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll"
File "/oname=libgstmms.dll" "gstreamer-plugins\libgstmms.dll"
File "/oname=libgstmpegaudioparse.dll" "gstreamer-plugins\libgstmpegaudioparse.dll"
File "/oname=libgstofa.dll" "gstreamer-plugins\libgstofa.dll"
File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
File "/oname=libgstqtdemux.dll" "gstreamer-plugins\libgstqtdemux.dll"
File "/oname=libgstreplaygain.dll" "gstreamer-plugins\libgstreplaygain.dll"
@ -927,6 +930,7 @@ Section "Uninstall"
Delete "$INSTDIR\intl.dll"
Delete "$INSTDIR\libfaac.dll"
Delete "$INSTDIR\libfaad.dll"
Delete "$INSTDIR\libfftw3-3.dll"
Delete "$INSTDIR\libFLAC.dll"
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
Delete "$INSTDIR\libgcrypt-11.dll"
@ -958,6 +962,7 @@ Section "Uninstall"
Delete "$INSTDIR\libmad.dll"
Delete "$INSTDIR\libmms-0.dll"
Delete "$INSTDIR\libmp3lame-0.dll"
Delete "$INSTDIR\libofa.dll"
Delete "$INSTDIR\libogg-0.dll"
Delete "$INSTDIR\liboil-0.3-0.dll"
Delete "$INSTDIR\liborc-0.4-0.dll"
@ -1007,6 +1012,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstmad.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstmms.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstmpegaudioparse.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstofa.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstqtdemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstreplaygain.dll"