You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
850 B
27 lines
850 B
8 months ago
|
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
|
||
|
index dcfab52..a941d03 100644
|
||
|
--- a/include/CMakeLists.txt
|
||
|
+++ b/include/CMakeLists.txt
|
||
|
@@ -94,9 +94,3 @@ install(FILES ${MEDIASTREAMER2_HEADER_FILES}
|
||
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mediastreamer2
|
||
|
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||
|
)
|
||
|
-if(ENABLE_VIDEO)
|
||
|
- install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/OpenGL
|
||
|
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||
|
- )
|
||
|
-
|
||
|
-endif()
|
||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index c66a3f0..1c39ac5 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -269,7 +269,6 @@ if(ENABLE_GL)
|
||
|
find_package(OpenGL)
|
||
|
if(OPENGL_FOUND)
|
||
|
set(HAVE_GL 1)
|
||
|
- include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include/OpenGL")
|
||
|
else()
|
||
|
set(ENABLE_GL OFF CACHE BOOL "Enable generic OpenGL rendering support." FORCE)
|
||
|
endif()
|