Remove VLC

master
Nicky 2021-02-28 07:28:29 +01:00
parent 1f550f2fd0
commit 1a9a94c291
2 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,10 @@ if (LINUX)
#add_subdirectory(example)
if( GLIB_FOUND )
add_subdirectory(gstreamer10)
else()
MESSAGE( "Building without gstreamer (missing GLIB)" )
endif()
add_subdirectory(libvlc)
#add_subdirectory(libvlc)
add_subdirectory(cef)
endif (LINUX)

View File

@ -2554,8 +2554,8 @@ else (NOT ENABLE_MEDIA_PLUGINS)
linux-crash-logger
SLPlugin
media_plugin_cef
#media_plugin_gstreamer10
media_plugin_libvlc
media_plugin_gstreamer10
#media_plugin_libvlc
llcommon
)
endif (NOT ENABLE_MEDIA_PLUGINS)