diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 5c3ed74fb..60ba3e656 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -158,6 +158,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libcdio-19.dll" File "libchromaprint.dll" + File "libfaac-0.dll" File "libfaad-2.dll" File "libffi-7.dll" File "libfftw3-3.dll" @@ -342,6 +343,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll" File "/oname=libgstlame.dll" "gstreamer-plugins\libgstlame.dll" File "/oname=libgstaiff.dll" "gstreamer-plugins\libgstaiff.dll" + File "/oname=libgstfaac.dll" "gstreamer-plugins\libgstfaac.dll" File "/oname=libgstfaad.dll" "gstreamer-plugins\libgstfaad.dll" File "/oname=libgstisomp4.dll" "gstreamer-plugins\libgstisomp4.dll" File "/oname=libgstasf.dll" "gstreamer-plugins\libgstasf.dll" @@ -423,6 +425,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-19.dll" Delete "$INSTDIR\libchromaprint.dll" + Delete "$INSTDIR\libfaac-0.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-7.dll" Delete "$INSTDIR\libfftw3-3.dll" @@ -552,6 +555,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll" Delete "$INSTDIR\gstreamer-plugins\libgstlame.dll" Delete "$INSTDIR\gstreamer-plugins\libgstaiff.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstfaac.dll" Delete "$INSTDIR\gstreamer-plugins\libgstfaad.dll" Delete "$INSTDIR\gstreamer-plugins\libgstisomp4.dll" Delete "$INSTDIR\gstreamer-plugins\libgstasf.dll"