UDP plugin

This commit is contained in:
David Sansome 2010-06-11 14:03:01 +00:00
parent 75b837efb5
commit aa8ae61806
1 changed files with 4 additions and 0 deletions

View File

@ -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"