summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-18 03:12:19 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-18 03:12:19 +0200
commitdefdbaf40d7a2621d36df8efa07157f71e91baa5 (patch)
tree365e1551d8c3e0f8b28a6839b045786598b19f1e
parenta9f4e88a30ada36b098f0d43e7a652ab4df7a0d9 (diff)
Fixup for Linux media plugins.
- Remove VLC - Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin.
-rw-r--r--indra/media_plugins/CMakeLists.txt1
-rw-r--r--indra/media_plugins/gstreamer010/CMakeLists.txt4
2 files changed, 0 insertions, 5 deletions
diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt
index 1a5cc8ec9a..9e24e7acf9 100644
--- a/indra/media_plugins/CMakeLists.txt
+++ b/indra/media_plugins/CMakeLists.txt
@@ -4,7 +4,6 @@ add_subdirectory(base)
if (LINUX)
add_subdirectory(gstreamer010)
- add_subdirectory(libvlc)
add_subdirectory(example)
endif (LINUX)
diff --git a/indra/media_plugins/gstreamer010/CMakeLists.txt b/indra/media_plugins/gstreamer010/CMakeLists.txt
index c66b5d0d2e..3b5debc585 100644
--- a/indra/media_plugins/gstreamer010/CMakeLists.txt
+++ b/indra/media_plugins/gstreamer010/CMakeLists.txt
@@ -5,18 +5,14 @@ project(media_plugin_gstreamer010)
include(00-Common)
include(LLCommon)
include(LLImage)
-include(LLPlugin)
include(LLMath)
-include(LLRender)
include(LLWindow)
include(Linking)
include(PluginAPI)
-include(MediaPluginBase)
include(OpenGL)
include(GStreamer010Plugin)
-
### media_plugin_gstreamer010
if(NOT ADDRESS_SIZE EQUAL 32)