File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Original file line number Diff line number Diff line change @@ -375,6 +375,9 @@ if build "autoconf" "2.71"; then
375
375
build_done " autoconf" " 2.71"
376
376
fi
377
377
378
+ # TODO: this didn't successfully install meson in a place on my path so any meson commands failed for me.
379
+ # See https://github.com/mesonbuild/meson/issues/1613 for more context.
380
+
378
381
if build " meson" ; then
379
382
execute python3 -m pip install meson ninja
380
383
build_done " meson"
477
480
CONFIGURE_OPTIONS+=(" --enable-libx264" )
478
481
# fi
479
482
483
+ # TODO: we should probably check with steve about what to do here re: liscensing - matt
484
+
480
485
# if $NONFREE_AND_GPL; then
481
486
# if build "x265" "3.5"; then
482
487
# download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz" # This is actually 3.4 if looking at x265Version.txt
@@ -597,6 +602,8 @@ if build "twolame"; then
597
602
fi
598
603
CONFIGURE_OPTIONS+=(" --enable-libtwolame" )
599
604
605
+ # TODO: not sure if we need this but it was also failing for me at the set_mac_install_name line below - matt
606
+
600
607
# if build "av1" "ae2be80"; then
601
608
# # libaom ae2be80 == v3.1.2
602
609
# download "https://aomedia.googlesource.com/aom/+archive/ae2be8030200925895fa6e98bd274ffdb595cbf6.tar.gz" "av1.tar.gz" "av1"
@@ -795,6 +802,8 @@ CONFIGURE_OPTIONS+=("--enable-libspeex")
795
802
# # image library
796
803
# #
797
804
805
+ # TODO: re-enable? this failed to build even in a clean checkout of the ffmpeg-build-script repo. - matt
806
+
798
807
# if build "libtiff" "4.3.0"; then
799
808
# download "https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz"
800
809
# execute ./configure --prefix="${WORKSPACE}" --enable-shared --disable-static
You can’t perform that action at this time.
0 commit comments