Skip to content

Commit cfb621f

Browse files
committed
LP-109 win installer: add gstreamer libs
1 parent 05112f9 commit cfb621f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package/winx86/gcs.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ Section "-Libs" InSecLibs
181181
SectionIn RO
182182
SetOutPath "$INSTDIR\lib\${GCS_SMALL_NAME}\osg"
183183
File /r "${GCS_BUILD_TREE}\lib\${GCS_SMALL_NAME}\osg\*.dll"
184+
SetOutPath "$INSTDIR\lib\${GCS_SMALL_NAME}\gstreamer-1.0"
185+
File /r "${GCS_BUILD_TREE}\lib\${GCS_SMALL_NAME}\gstreamer-1.0\*.dll"
184186
SectionEnd
185187

186188
; Copy GCS resources

0 commit comments

Comments
 (0)