mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 18:19:42 +01:00
UDP plugin
This commit is contained in:
parent
75b837efb5
commit
aa8ae61806
4
dist/windows/clementine.nsi.in
vendored
4
dist/windows/clementine.nsi.in
vendored
@ -67,6 +67,7 @@ Section "Clementine" Clementine
|
||||
File "libgstdshow-0.10.dll"
|
||||
File "libgstinterfaces-0.10.dll"
|
||||
File "libgstnet-0.10.dll"
|
||||
File "libgstnetbuffer-0.10.dll"
|
||||
File "libgstpbutils-0.10.dll"
|
||||
File "libgstreamer-0.10.dll"
|
||||
File "libgstriff-0.10.dll"
|
||||
@ -123,6 +124,7 @@ Section "Gstreamer plugins" gstreamer-plugins
|
||||
File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll"
|
||||
File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll"
|
||||
File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll"
|
||||
File "/oname=libgstudp.dll" "gstreamer-plugins\libgstudp.dll"
|
||||
File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll"
|
||||
File "/oname=libgstvorbis.dll" "gstreamer-plugins\libgstvorbis.dll"
|
||||
File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll"
|
||||
@ -775,6 +777,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\libgstdshow-0.10.dll"
|
||||
Delete "$INSTDIR\libgstinterfaces-0.10.dll"
|
||||
Delete "$INSTDIR\libgstnet-0.10.dll"
|
||||
Delete "$INSTDIR\libgstnetbuffer-0.10.dll"
|
||||
Delete "$INSTDIR\libgstpbutils-0.10.dll"
|
||||
Delete "$INSTDIR\libgstreamer-0.10.dll"
|
||||
Delete "$INSTDIR\libgstriff-0.10.dll"
|
||||
@ -826,6 +829,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgsttypefindfunctions.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstudp.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll"
|
||||
Delete "$INSTDIR\gstreamer-plugins\libgstwavparse.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user