Skip to content

Commit

Permalink
Added missing gstreamer and check git found
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Mar 12, 2024
1 parent c826ea1 commit 2298462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ prepare()
mingw64/mingw-w64-x86_64-gpgme \
mingw64/mingw-w64-x86_64-fontconfig \
mingw64/mingw-w64-x86_64-iso-codes \
mingw64/mingw-w64-x86_64-gstreamer \
mingw64/mingw-w64-x86_64-gst-plugins-bad \
mingw64/mingw-w64-x86_64-gst-plugins-good \
mingw64/mingw-w64-x86_64-gst-plugins-base \
Expand Down
1 change: 1 addition & 0 deletions cmake/ComputeVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function(_compute_version_from_git)
if (NOT GIT_EXECUTABLE)
find_package(Git QUIET)
if (NOT GIT_FOUND)
message(FATAL_ERROR "Git not found!")
return()
endif ()
endif (NOT GIT_EXECUTABLE)
Expand Down

0 comments on commit 2298462

Please sign in to comment.