diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 2c515e169..9933f484f 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -640,11 +640,8 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstasfmux.dll" "gstreamer-plugins\libgstasfmux.dll" File "/oname=libgstaudioconvert.dll" "gstreamer-plugins\libgstaudioconvert.dll" File "/oname=libgstaudiofx.dll" "gstreamer-plugins\libgstaudiofx.dll" - File "/oname=libgstaudiomixer.dll" "gstreamer-plugins\libgstaudiomixer.dll" File "/oname=libgstaudioparsers.dll" "gstreamer-plugins\libgstaudioparsers.dll" - File "/oname=libgstaudiorate.dll" "gstreamer-plugins\libgstaudiorate.dll" File "/oname=libgstaudioresample.dll" "gstreamer-plugins\libgstaudioresample.dll" - File "/oname=libgstaudiotestsrc.dll" "gstreamer-plugins\libgstaudiotestsrc.dll" File "/oname=libgstautodetect.dll" "gstreamer-plugins\libgstautodetect.dll" File "/oname=libgstbs2b.dll" "gstreamer-plugins\libgstbs2b.dll" File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll" @@ -709,11 +706,8 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstasio.dll" "gstreamer-plugins\gstasio.dll" File "/oname=gstaudioconvert.dll" "gstreamer-plugins\gstaudioconvert.dll" File "/oname=gstaudiofx.dll" "gstreamer-plugins\gstaudiofx.dll" - File "/oname=gstaudiomixer.dll" "gstreamer-plugins\gstaudiomixer.dll" File "/oname=gstaudioparsers.dll" "gstreamer-plugins\gstaudioparsers.dll" - File "/oname=gstaudiorate.dll" "gstreamer-plugins\gstaudiorate.dll" File "/oname=gstaudioresample.dll" "gstreamer-plugins\gstaudioresample.dll" - File "/oname=gstaudiotestsrc.dll" "gstreamer-plugins\gstaudiotestsrc.dll" File "/oname=gstautodetect.dll" "gstreamer-plugins\gstautodetect.dll" File "/oname=gstbs2b.dll" "gstreamer-plugins\gstbs2b.dll" File "/oname=gstcoreelements.dll" "gstreamer-plugins\gstcoreelements.dll" @@ -1147,11 +1141,8 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstasfmux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstaudioconvert.dll" Delete "$INSTDIR\gstreamer-plugins\libgstaudiofx.dll" - Delete "$INSTDIR\gstreamer-plugins\libgstaudiomixer.dll" Delete "$INSTDIR\gstreamer-plugins\libgstaudioparsers.dll" - Delete "$INSTDIR\gstreamer-plugins\libgstaudiorate.dll" Delete "$INSTDIR\gstreamer-plugins\libgstaudioresample.dll" - Delete "$INSTDIR\gstreamer-plugins\libgstaudiotestsrc.dll" Delete "$INSTDIR\gstreamer-plugins\libgstautodetect.dll" Delete "$INSTDIR\gstreamer-plugins\libgstbs2b.dll" Delete "$INSTDIR\gstreamer-plugins\libgstcoreelements.dll" @@ -1218,11 +1209,8 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstasio.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudioconvert.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudiofx.dll" - Delete "$INSTDIR\gstreamer-plugins\gstaudiomixer.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudioparsers.dll" - Delete "$INSTDIR\gstreamer-plugins\gstaudiorate.dll" Delete "$INSTDIR\gstreamer-plugins\gstaudioresample.dll" - Delete "$INSTDIR\gstreamer-plugins\gstaudiotestsrc.dll" Delete "$INSTDIR\gstreamer-plugins\gstautodetect.dll" Delete "$INSTDIR\gstreamer-plugins\gstbs2b.dll" Delete "$INSTDIR\gstreamer-plugins\gstcoreelements.dll"