mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 18:35:16 +01:00
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:
parent
b114b76e10
commit
c59afce5ee
4
dist/windows/clementine.nsi.in
vendored
4
dist/windows/clementine.nsi.in
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user