Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoherbelin committed Aug 24, 2024
2 parents c12deb4 + f410ff0 commit 7788019
Show file tree
Hide file tree
Showing 18 changed files with 24,668 additions and 26,574 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ include_directories(
${GLAD_INCLUDE_DIRS}
)
add_library(GLAD "${CMAKE_CURRENT_SOURCE_DIR}/ext/glad/src/glad.c")
message(STATUS "Including 'GLAD' Open source multi-language OpenGL loader https://glad.dav1d.de -- ${GLAD_INCLUDE_DIRS}")
set_property(TARGET GLAD PROPERTY C_STANDARD 11)
message(STATUS "Compiling 'GLAD 2' Open source multi-language OpenGL loader https://gen.glad.sh -- ${GLAD_INCLUDE_DIRS}")

#
# DEAR IMGUI
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/FindGStreamer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find_package(PkgConfig)

if (PKG_CONFIG_FOUND)
pkg_check_modules(PKG_GSTREAMER gstreamer-${GSTREAMER_ABI_VERSION})
exec_program(${PKG_CONFIG_EXECUTABLE}
execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE}
ARGS --variable pluginsdir gstreamer-${GSTREAMER_ABI_VERSION}
OUTPUT_VARIABLE PKG_GSTREAMER_PLUGIN_DIR)
endif()
Expand Down
1 change: 1 addition & 0 deletions ext/glad/include/glad/gl.h
32,169 changes: 15,140 additions & 17,029 deletions ext/glad/include/glad/glad.h

Large diffs are not rendered by default.

Loading

0 comments on commit 7788019

Please sign in to comment.