: BC_Radial(x, y, gui->asset->byte_order == 0, _("Hi Lo"))
{
this->gui = gui;
+ set_tooltip(_("Little Endian"));
}
int SndFileHILO::handle_event()
{
: BC_Radial(x, y, gui->asset->byte_order == 1, _("Lo Hi"))
{
this->gui = gui;
+ set_tooltip(_("Big Endian"));
}
int SndFileLOHI::handle_event()
{
https://sourceforge.net/projects/opencvlibrary/files/ 4.3.0
https://github.com/opencv/opencv_contrib/releases 4.3.0
#https://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-2.2.0.tar.gz/download
-http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
+#http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
+https://github.com/libsndfile/libsndfile/releases 1.2.2
https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz
https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz
https://sourceforge.net/projects/libavc1394/files/latest/download?source=directory = 0.5.4
--- /dev/null
+--- ./waflib/Context.py
++++ ./waflib/Context.py
+@@ -6,10 +6,17 @@
+ Classes and functions enabling the command system
+ """
+
+-import os, re, imp, sys
++import os, re, sys
+ from waflib import Utils, Errors, Logs
+ import waflib.Node
+
++if sys.hexversion > 0x3040000:
++ import types
++ class imp(object):
++ new_module = lambda x: types.ModuleType(x)
++else:
++ import imp
++
+ # the following 3 constants are updated on each new release (do not touch)
+ HEXVERSION=0x2001200
+ """Constant updated on new releases"""
--- /dev/null
+--- ./waflib/Context.py
++++ ./waflib/Context.py
+@@ -6,10 +6,17 @@
+ Classes and functions enabling the command system
+ """
+
+-import os, re, imp, sys
++import os, re, sys
+ from waflib import Utils, Errors, Logs
+ import waflib.Node
+
++if sys.hexversion > 0x3040000:
++ import types
++ class imp(object):
++ new_module = lambda x: types.ModuleType(x)
++else:
++ import imp
++
+ # the following 3 constants are updated on each new release (do not touch)
+ HEXVERSION=0x2001200
+ """Constant updated on new releases"""
--- /dev/null
+--- ./waflib/Context.py
++++ ./waflib/Context.py
+@@ -6,10 +6,17 @@
+ Classes and functions enabling the command system
+ """
+
+-import os, re, imp, sys
++import os, re, sys
+ from waflib import Utils, Errors, Logs
+ import waflib.Node
+
++if sys.hexversion > 0x3040000:
++ import types
++ class imp(object):
++ new_module = lambda x: types.ModuleType(x)
++else:
++ import imp
++
+ # the following 3 constants are updated on each new release (do not touch)
+ HEXVERSION=0x2001200
+ """Constant updated on new releases"""