Include the vorbis encoder library with the Windows package, as libgstvorbis requires it. Also remove the theora library because we don't play video.

This commit is contained in:
David Sansome 2010-05-03 22:18:27 +00:00
parent b114b76e10
commit c59afce5ee
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ Section "Clementine" Clementine
File "libsoup-2.4-1.dll"
File "libspeex-1.dll"
File "libtag.dll"
File "libtheoradec-1.dll"
File "libvorbis-0.dll"
File "libvorbisenc-2.dll"
File "libxml2-2.dll"
File "libxml2.dll"
File "mingwm10.dll"
@ -169,8 +169,8 @@ Section "Uninstall"
Delete "$INSTDIR\libsoup-2.4-1.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libtag.dll"
Delete "$INSTDIR\libtheoradec-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"