print out directory name of LV2 path; Andrew patch for ubuntu 16 new libaom
authorGood Guy <good1.2guy@gmail.com>
Sat, 11 Sep 2021 19:07:20 +0000 (13:07 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 11 Sep 2021 19:07:20 +0000 (13:07 -0600)
cinelerra-5.1/cinelerra/pluginlv2client.C
cinelerra-5.1/thirdparty/src/libaom-v3.1.1.patch0 [new file with mode: 0644]

index b0a391087154d6adb1f8a88b7ed99b802c49f790..6c5e468b0380f06af03fe67aa053e1e985efa0bf 100644 (file)
@@ -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 (file)
index 0000000..0c3ad19
--- /dev/null
@@ -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}")