Add libgstgdp.dll to the windows installer

This commit is contained in:
David Sansome 2011-11-28 21:32:54 +00:00
parent eb719fad77
commit 4bc8ef1979
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstfaad.dll" "gstreamer-plugins\libgstfaad.dll"
File "/oname=libgstffmpeg.dll" "gstreamer-plugins\libgstffmpeg.dll"
File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll"
File "/oname=libgstgdp.dll" "gstreamer-plugins\libgstgdp.dll"
File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll"
File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll"
File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"
@ -1032,6 +1033,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstfaad.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstgdp.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll"
Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll"