Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db9795f

Browse filesBrowse files
author
Matt Keller
committed
added some explanatory comments
1 parent ac20706 commit db9795f
Copy full SHA for db9795f

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ if build "autoconf" "2.71"; then
375375
build_done "autoconf" "2.71"
376376
fi
377377

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+
378381
if build "meson"; then
379382
execute python3 -m pip install meson ninja
380383
build_done "meson"
@@ -477,6 +480,8 @@ fi
477480
CONFIGURE_OPTIONS+=("--enable-libx264")
478481
# fi
479482

483+
# TODO: we should probably check with steve about what to do here re: liscensing - matt
484+
480485
# if $NONFREE_AND_GPL; then
481486
# if build "x265" "3.5"; then
482487
# 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
597602
fi
598603
CONFIGURE_OPTIONS+=("--enable-libtwolame")
599604

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+
600607
# if build "av1" "ae2be80"; then
601608
# # libaom ae2be80 == v3.1.2
602609
# download "https://aomedia.googlesource.com/aom/+archive/ae2be8030200925895fa6e98bd274ffdb595cbf6.tar.gz" "av1.tar.gz" "av1"
@@ -795,6 +802,8 @@ CONFIGURE_OPTIONS+=("--enable-libspeex")
795802
## image library
796803
##
797804

805+
# TODO: re-enable? this failed to build even in a clean checkout of the ffmpeg-build-script repo. - matt
806+
798807
# if build "libtiff" "4.3.0"; then
799808
# download "https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz"
800809
# execute ./configure --prefix="${WORKSPACE}" --enable-shared --disable-static

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.