Remove VLC
parent
1f550f2fd0
commit
1a9a94c291
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue