From: Good Guy Date: Sat, 11 Sep 2021 19:07:20 +0000 (-0600) Subject: print out directory name of LV2 path; Andrew patch for ubuntu 16 new libaom X-Git-Tag: 2021-09~4 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=ca4207ccb98b0ce69a33461aaed0ad6b5504cbc2 print out directory name of LV2 path; Andrew patch for ubuntu 16 new libaom --- diff --git a/cinelerra-5.1/cinelerra/pluginlv2client.C b/cinelerra-5.1/cinelerra/pluginlv2client.C index b0a39108..6c5e468b 100644 --- a/cinelerra-5.1/cinelerra/pluginlv2client.C +++ b/cinelerra-5.1/cinelerra/pluginlv2client.C @@ -37,6 +37,7 @@ #include "pluginlv2ui.inc" #include "pluginserver.h" #include "pluginset.h" +#include "preferences.h" #include "samples.h" #include "track.h" #include "tracks.h" @@ -388,7 +389,7 @@ PluginClient *PluginServer::new_lv2_plugin() int MWindow::init_lv2_index(MWindow *mwindow, Preferences *preferences, FILE *fp) { - printf("init lv2 index:\n"); + printf("init lv2 index: %s\n", preferences->lv2_path); PluginLV2BlackList blacklist("lv2_blacklist.txt"); LilvWorld *world = lilv_world_new(); diff --git a/cinelerra-5.1/thirdparty/src/libaom-v3.1.1.patch0 b/cinelerra-5.1/thirdparty/src/libaom-v3.1.1.patch0 new file mode 100644 index 00000000..0c3ad19c --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/libaom-v3.1.1.patch0 @@ -0,0 +1,11 @@ +--- libaom-3.1.1/CMakeLists.txt.orig 2021-09-07 21:36:23.156964673 +0300 ++++ libaom-3.1.1/CMakeLists.txt 2021-09-07 21:36:53.780586982 +0300 +@@ -8,7 +8,7 @@ + # License 1.0 was not distributed with this source code in the PATENTS file, you + # can obtain it at www.aomedia.org/license/patent. + # +-cmake_minimum_required(VERSION 3.6) ++cmake_minimum_required(VERSION 3.5) + + set(AOM_ROOT "${CMAKE_CURRENT_SOURCE_DIR}") + set(AOM_CONFIG_DIR "${CMAKE_CURRENT_BINARY_DIR}")