Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support OpenGL GTK3 New API#25822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
asmorkalov merged 10 commits intoopencv:4.xfrommqcmd196:gtk3-gl-support
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
[GTK3][OpenGL] remove libepoxy from gtk highgui
  • Loading branch information
@mqcmd196
mqcmd196 committedJul 14, 2024
commitb9b912ebc02e7782f602505bf9e498cbbf10bd5b
2 changes: 0 additions & 2 deletionsmodules/highgui/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -220,7 +220,6 @@ if(TARGET ocv.3rdparty.gtk3 OR TARGET ocv.3rdparty.gtk2)
set(OPENCV_HIGHGUI_BUILTIN_BACKEND "GTK3")
if(OPENGL_LIBRARIES)
list(APPEND HIGHGUI_LIBRARIES "${OPENGL_LIBRARIES}")
list(APPEND HIGHGUI_LIBRARIES "${EPOXY_LIBRARIES}")
endif()
elseif(__gtk_dependency STREQUAL "ocv.3rdparty.gtk2")
set(OPENCV_HIGHGUI_BUILTIN_BACKEND "GTK2")
Expand DownExpand Up@@ -329,7 +328,6 @@ if(HIGHGUI_ENABLE_PLUGINS)
ocv_target_compile_definitions(opencv_test_highgui PRIVATE ENABLE_PLUGINS)
if(OPENGL_LIBRARIES)
ocv_target_link_libraries(opencv_test_highgui ${OPENGL_LIBRARIES})
ocv_target_link_libraries(opencv_test_highgui ${EPOXY_LIBRARIES})
endif()
endif()
endif()
Expand Down
1 change: 0 additions & 1 deletionmodules/highgui/src/window_gtk.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -67,7 +67,6 @@
#ifdef HAVE_OPENGL
#ifdef GTK_VERSION3
#include <gtk/gtkglarea.h>
#include <epoxy/gl.h>
#else
#include <gtk/gtkgl.h>
#include <GL/glu.h>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp