diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-12-14 15:43:27 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-12-14 15:43:27 +0800 |
commit | 0cce0b8149e049161ab17f1c608ded2d6cc12b0e (patch) | |
tree | 98ae022753514ec29c263f7ec04cf491b6fa0f1c /indra/media_plugins | |
parent | 118ee38f9a0406af5d800ee05fdc5cf87e78081b (diff) |
macOS internal web browser
Just untar Dullahan package manually in prebuilt libs dir.
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt index 726ccf90ed..972bb7dd2d 100644 --- a/indra/media_plugins/CMakeLists.txt +++ b/indra/media_plugins/CMakeLists.txt @@ -2,12 +2,6 @@ add_subdirectory(base) -if (NOT (USE_AUTOBUILD_3P OR USE_CONAN)) - add_subdirectory(libvlc) - add_subdirectory(example) - return() -endif () - if (LINUX) #add_subdirectory(gstreamer010) add_subdirectory(example) |