diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index c239be266..771439f17 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1086,6 +1086,7 @@ jobs: /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstasf.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstasfmux.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstlibav.dll + /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstopenmpt.dll ${GITHUB_WORKSPACE}/build/gstreamer-plugins/ - name: Copy extra binaries @@ -1239,6 +1240,7 @@ jobs: /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstasf.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstasfmux.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstlibav.dll + /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstopenmpt.dll ${GITHUB_WORKSPACE}/build/gstreamer-plugins/ - name: Copy extra binaries diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 004343941..42993ff28 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -229,6 +229,7 @@ Section "Strawberry" Strawberry File "libgobject-2.0-0.dll" File "libgstapp-1.0-0.dll" File "libgstaudio-1.0-0.dll" + File "libgstbadaudio-1.0-0.dll" File "libgstbase-1.0-0.dll" File "libgstfft-1.0-0.dll" File "libgstnet-1.0-0.dll" @@ -250,6 +251,7 @@ Section "Strawberry" Strawberry File "libmp3lame-0.dll" File "libnettle-8.dll" File "libogg-0.dll" + File "libopenmpt-0.dll" File "libopus-0.dll" File "liborc-0.4-0.dll" File "libpcre-1.dll" @@ -267,6 +269,7 @@ Section "Strawberry" Strawberry File "libunistring-2.dll" File "libvorbis-0.dll" File "libvorbisenc-2.dll" + File "libvorbisfile-3.dll" File "libwavpack-1.dll" File "libwinpthread-1.dll" File "libxml2-2.dll" @@ -418,6 +421,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstpbtypes.dll" "gstreamer-plugins\libgstpbtypes.dll" File "/oname=libgstrtp.dll" "gstreamer-plugins\libgstrtp.dll" File "/oname=libgstrtsp.dll" "gstreamer-plugins\libgstrtsp.dll" + File "/oname=libgstopenmpt.dll" "gstreamer-plugins\libgstopenmpt.dll" SectionEnd @@ -499,6 +503,7 @@ Section "Uninstall" Delete "$INSTDIR\libgobject-2.0-0.dll" Delete "$INSTDIR\libgstapp-1.0-0.dll" Delete "$INSTDIR\libgstaudio-1.0-0.dll" + Delete "$INSTDIR\libgstbadaudio-1.0-0.dll" Delete "$INSTDIR\libgstbase-1.0-0.dll" Delete "$INSTDIR\libgstfft-1.0-0.dll" Delete "$INSTDIR\libgstnet-1.0-0.dll" @@ -520,6 +525,7 @@ Section "Uninstall" Delete "$INSTDIR\libmp3lame-0.dll" Delete "$INSTDIR\libnettle-8.dll" Delete "$INSTDIR\libogg-0.dll" + Delete "$INSTDIR\libopenmpt-0.dll" Delete "$INSTDIR\libopus-0.dll" Delete "$INSTDIR\liborc-0.4-0.dll" Delete "$INSTDIR\libpcre-1.dll" @@ -539,6 +545,7 @@ Section "Uninstall" Delete "$INSTDIR\libunistring-2.dll" Delete "$INSTDIR\libvorbis-0.dll" Delete "$INSTDIR\libvorbisenc-2.dll" + Delete "$INSTDIR\libvorbisfile-3.dll" Delete "$INSTDIR\libwavpack-1.dll" Delete "$INSTDIR\libwinpthread-1.dll" Delete "$INSTDIR\libxml2-2.dll" @@ -627,6 +634,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstpbtypes.dll" Delete "$INSTDIR\gstreamer-plugins\libgstrtp.dll" Delete "$INSTDIR\gstreamer-plugins\libgstrtsp.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstopenmpt.dll" Delete "$INSTDIR\Uninstall.exe"