Fixup for Linux media plugins.

- Remove VLC
- Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin.
master
Nicky 2022-04-18 03:12:19 +02:00
parent a9f4e88a30
commit defdbaf40d
2 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@ add_subdirectory(base)
if (LINUX)
add_subdirectory(gstreamer010)
add_subdirectory(libvlc)
add_subdirectory(example)
endif (LINUX)

View File

@ -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)