From a52993fbd72883a0064f74bd6f9197e40ed9ed7a Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sat, 22 Jun 2024 17:45:50 +0800 Subject: Revert streaming to use LibVLC on FBSD & GNU/Linux I couldn't make it to work with gstreamer even though everything was in place. It was already working anyway with LibVLC, and, Windows & macOS use it too, so it's actually the more cross-platform solution. --- indra/media_plugins/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/media_plugins') diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt index 9d52b4314f..78bdba8f18 100644 --- a/indra/media_plugins/CMakeLists.txt +++ b/indra/media_plugins/CMakeLists.txt @@ -4,13 +4,13 @@ add_subdirectory(base) if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") add_subdirectory(example) - add_subdirectory(gstreamer10) + add_subdirectory(libvlc) endif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") if (LINUX) add_subdirectory(cef) add_subdirectory(example) - add_subdirectory(gstreamer10) + add_subdirectory(libvlc) endif (LINUX) if (DARWIN) -- cgit v1.2.3