Linux: Do not try to compile the VLC plugin for now.

master
Nicky 2018-04-06 12:54:09 +02:00
parent 76e75fd220
commit f11edff29a
1 changed files with 1 additions and 1 deletions

View File

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