Fixup for Linux media plugins.
- Remove VLC - Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin.master
parent
a9f4e88a30
commit
defdbaf40d
|
|
@ -4,7 +4,6 @@ add_subdirectory(base)
|
|||
|
||||
if (LINUX)
|
||||
add_subdirectory(gstreamer010)
|
||||
add_subdirectory(libvlc)
|
||||
add_subdirectory(example)
|
||||
endif (LINUX)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue