https://sourceforge.net/projects/lame/files/latest/download?source=directory = 3.100
https://download.osgeo.org/libtiff/tiff-4.5.0.tar.xz
https://sourceforge.net/projects/libuuid/files/latest/download?source=directory - 1.0.3
-https://code.videolan.org/videolan/x264/-/tree/stable/x264-stable.tar.gz
-https://code.videolan.org/videolan/x264/-/tree/master/x264-snapshot-20210615-master.tar.xz (Andrew does somehow)
+https://code.videolan.org/videolan/x264/-/tree/stable/x264-stable.tar.gz (Jan. 2023 version r3106)
https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz
https://ffmpeg.org/releases/ffmpeg-5.1.tar.bz2
https://github.com/webmproject/libvpx/archive/v1.13.0.tar.gz
--- /dev/null
+--- a/encoder/encoder.c 2023-04-01 19:08:58.420132123 -0600
++++ b/encoder/encoder.c 2023-04-01 18:52:48.148808059 -0600
+@@ -667,6 +667,7 @@
+ return -1;
+ }
+
++#if 0
+ /* Detect default ffmpeg settings and terminate with an error. */
+ if( b_open )
+ {
+@@ -690,6 +691,7 @@
+ return -1;
+ }
+ }
++#endif
+
+ if( h->param.rc.i_rc_method < 0 || h->param.rc.i_rc_method > 2 )
+ {