mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-20 21:00:46 +01:00
Update gstreamer plugins in nsi
This commit is contained in:
parent
9fb50b8a73
commit
fccc133cb2
6
dist/windows/strawberry.nsi.in
vendored
6
dist/windows/strawberry.nsi.in
vendored
@ -333,6 +333,9 @@ Section "Gstreamer plugins" gstreamer-plugins
|
||||
File "/oname=libgstasf.dll" "gstreamer-plugins\libgstasf.dll"
|
||||
File "/oname=libgstasfmux.dll" "gstreamer-plugins\libgstasfmux.dll"
|
||||
File "/oname=libgstlibav.dll" "gstreamer-plugins\libgstlibav.dll"
|
||||
File "/oname=libgstpbtypes.dll" "gstreamer-plugins\libgstpbtypes.dll"
|
||||
File "/oname=libgstrtp.dll" "gstreamer-plugins\libgstrtp.dll"
|
||||
File "/oname=libgstrtsp.dll" "gstreamer-plugins\libgstrtsp.dll"
|
||||
|
||||
SectionEnd
|
||||
|
||||
@ -553,6 +556,9 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstasf.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstasfmux.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstlibav.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstpbtypes.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstrtp.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstrtsp.dll"
|
||||
|
||||
!ifdef debug
|
||||
Delete "$INSTDIR\xine-plugins\xineplug_ao_out_directx2.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user