diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index aca18596e..67d862bdc 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1256,6 +1256,7 @@ jobs: /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 /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstdash.dll + /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstxingmux.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 ba8bff492..8087f8784 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -393,6 +393,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll" File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll" + File "/oname=libgstxingmux.dll" "gstreamer-plugins\libgstxingmux.dll" SectionEnd @@ -601,6 +602,7 @@ Section "Uninstall" Delete $INSTDIR\gstreamer-plugins\libgstwasapi.dll" Delete $INSTDIR\gstreamer-plugins\libgstwavpack.dll" Delete $INSTDIR\gstreamer-plugins\libgstwavparse.dll" + Delete $INSTDIR\gstreamer-plugins\libgstxingmux.dll" Delete $INSTDIR\Uninstall.exe"