Browse Source

Merge pull request #2811 from emaste/freebsd-vlc-video

vlc-video: Enable building the plugin on FreeBSD
Joel Bethke 5 years ago
parent
commit
b20e71cddf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/CMakeLists.txt

+ 1 - 0
plugins/CMakeLists.txt

@@ -47,6 +47,7 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD")
 	add_subdirectory(linux-v4l2)
 	add_subdirectory(linux-jack)
 	add_subdirectory(linux-alsa)
+	add_subdirectory(vlc-video)
 endif()
 
 option(BUILD_BROWSER "Build browser plugin" OFF)