Skip to content

Commit 0116917

Browse files
committed
nsi: Add matroska
1 parent b6ab1af commit 0116917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/windows/strawberry.nsi.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ Section "Gstreamer plugins" gstreamer-plugins
671671
File "/oname=libgstisomp4.dll" "gstreamer-plugins\libgstisomp4.dll"
672672
File "/oname=libgstlame.dll" "gstreamer-plugins\libgstlame.dll"
673673
File "/oname=libgstlibav.dll" "gstreamer-plugins\libgstlibav.dll"
674+
File "/oname=libgstmatroska.dll" "gstreamer-plugins\libgstmatroska.dll"
674675
File "/oname=libgstmpegpsdemux.dll" "gstreamer-plugins\libgstmpegpsdemux.dll"
675676
File "/oname=libgstmpegpsmux.dll" "gstreamer-plugins\libgstmpegpsmux.dll"
676677
File "/oname=libgstmpegtsdemux.dll" "gstreamer-plugins\libgstmpegtsdemux.dll"
@@ -737,6 +738,7 @@ Section "Gstreamer plugins" gstreamer-plugins
737738
File "/oname=gstisomp4.dll" "gstreamer-plugins\gstisomp4.dll"
738739
File "/oname=gstlame.dll" "gstreamer-plugins\gstlame.dll"
739740
File "/oname=gstlibav.dll" "gstreamer-plugins\gstlibav.dll"
741+
File "/oname=gstmatroska.dll" "gstreamer-plugins\gstmatroska.dll"
740742
File "/oname=gstmpegpsdemux.dll" "gstreamer-plugins\gstmpegpsdemux.dll"
741743
File "/oname=gstmpegpsmux.dll" "gstreamer-plugins\gstmpegpsmux.dll"
742744
File "/oname=gstmpegtsdemux.dll" "gstreamer-plugins\gstmpegtsdemux.dll"
@@ -1171,6 +1173,7 @@ Section "Uninstall"
11711173
Delete "$INSTDIR\gstreamer-plugins\libgstisomp4.dll"
11721174
Delete "$INSTDIR\gstreamer-plugins\libgstlame.dll"
11731175
Delete "$INSTDIR\gstreamer-plugins\libgstlibav.dll"
1176+
Delete "$INSTDIR\gstreamer-plugins\libgstmatroska.dll"
11741177
Delete "$INSTDIR\gstreamer-plugins\libgstmpegpsdemux.dll"
11751178
Delete "$INSTDIR\gstreamer-plugins\libgstmpegpsmux.dll"
11761179
Delete "$INSTDIR\gstreamer-plugins\libgstmpegtsdemux.dll"
@@ -1239,6 +1242,7 @@ Section "Uninstall"
12391242
Delete "$INSTDIR\gstreamer-plugins\gstisomp4.dll"
12401243
Delete "$INSTDIR\gstreamer-plugins\gstlame.dll"
12411244
Delete "$INSTDIR\gstreamer-plugins\gstlibav.dll"
1245+
Delete "$INSTDIR\gstreamer-plugins\gstmatroska.dll"
12421246
Delete "$INSTDIR\gstreamer-plugins\gstmpegpsdemux.dll"
12431247
Delete "$INSTDIR\gstreamer-plugins\gstmpegpsmux.dll"
12441248
Delete "$INSTDIR\gstreamer-plugins\gstmpegtsdemux.dll"

0 commit comments

Comments
 (0)