diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index de246c5d8..2409c6a7e 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -104,6 +104,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstdecodebin2.dll" "gstreamer-plugins\libgstdecodebin2.dll" File "/oname=libgstdirectsoundsink.dll" "gstreamer-plugins\libgstdirectsoundsink.dll" File "/oname=libgstfaad.dll" "gstreamer-plugins\libgstfaad.dll" + File "/oname=libgstffmpeg-gpl.dll" "gstreamer-plugins\libgstffmpeg-gpl.dll" File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll" File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll" @@ -799,6 +800,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin2.dll" Delete "$INSTDIR\gstreamer-plugins\libgstdirectsoundsink.dll" Delete "$INSTDIR\gstreamer-plugins\libgstfaad.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstffmpeg-gpl.dll" Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll" Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll" Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"