Use mad instead of ffmpeg in windows

This commit is contained in:
David Sansome 2010-05-02 00:13:06 +00:00
parent 6f7dbf3286
commit 3173fadf8b
1 changed files with 3 additions and 15 deletions

View File

@ -2,7 +2,7 @@
!define PRODUCT_PUBLISHER "Clementine"
!define PRODUCT_VERSION_MAJOR 0
!define PRODUCT_VERSION_MINOR 3
!define PRODUCT_DISPLAY_VERSION "0.3-rc1"
!define PRODUCT_DISPLAY_VERSION "0.3-rc3"
!define PRODUCT_WEB_SITE "http://code.google.com/p/clementine-player/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@ -69,18 +69,13 @@ Section "Clementine" Clementine
File "libgstsdp-0.10.dll"
File "libgsttag-0.10.dll"
File "libgthread-2.0-0.dll"
File "libmp3lame-0.dll"
File "libogg-0.dll"
File "liboil-0.3-0.dll"
File "libopenjpeg-2.dll"
File "libschroedinger-1.0-0.dll"
File "libsoup-2.4-1.dll"
File "libspeex-1.dll"
File "libtag.dll"
File "libtheoradec-1.dll"
File "libtheoraenc-1.dll"
File "libvorbis-0.dll"
File "libvorbisenc-2.dll"
File "libxml2-2.dll"
File "libxml2.dll"
File "mingwm10.dll"
@ -89,7 +84,6 @@ Section "Clementine" Clementine
File "QtNetwork4.dll"
File "QtSql4.dll"
File "QtXml4.dll"
File "xvidcore.dll"
File "zlib1.dll"
SectionEnd
@ -104,11 +98,11 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll"
File "/oname=libgstdecodebin.dll" "gstreamer-plugins\libgstdecodebin.dll"
File "/oname=libgstdirectsound.dll" "gstreamer-plugins\libgstdirectsound.dll"
File "/oname=libgstffmpeggpl.dll" "gstreamer-plugins\libgstffmpeggpl.dll"
File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll"
File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll"
File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll"
File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"
File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll"
File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll"
File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll"
@ -169,18 +163,13 @@ Section "Uninstall"
Delete "$INSTDIR\libgstsdp-0.10.dll"
Delete "$INSTDIR\libgsttag-0.10.dll"
Delete "$INSTDIR\libgthread-2.0-0.dll"
Delete "$INSTDIR\libmp3lame-0.dll"
Delete "$INSTDIR\libogg-0.dll"
Delete "$INSTDIR\liboil-0.3-0.dll"
Delete "$INSTDIR\libopenjpeg-2.dll"
Delete "$INSTDIR\libschroedinger-1.0-0.dll"
Delete "$INSTDIR\libsoup-2.4-1.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libtheoradec-1.dll"
Delete "$INSTDIR\libtheoraenc-1.dll"
Delete "$INSTDIR\libvorbis-0.dll"
Delete "$INSTDIR\libvorbisenc-2.dll"
Delete "$INSTDIR\libxml2-2.dll"
Delete "$INSTDIR\libxml2.dll"
Delete "$INSTDIR\mingwm10.dll"
@ -189,7 +178,6 @@ Section "Uninstall"
Delete "$INSTDIR\QtNetwork4.dll"
Delete "$INSTDIR\QtSql4.dll"
Delete "$INSTDIR\QtXml4.dll"
Delete "$INSTDIR\xvidcore.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
@ -199,11 +187,11 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstcoreelements.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdirectsound.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeggpl.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll"
Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstmad.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll"