forked from Streampunk/beamcoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Use custom shared libraries from ffmpeg-build-scripts fork instead of homebrew #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
32e2bc0
use custom shared libraries from ffmpeg-build-scripts fork instead of…
srubin ad7affc
add ffmpegPath and ffprobePath on main module
srubin ea2073f
include dirs
srubin 8fc1d70
skip arm64 build
srubin c664534
rc10
srubin 197bd19
handle symlinks when unzipping
srubin 3f208f5
Update package.json
srubin efd48ca
skip prebuild install when trying to build the prebuilds :-)
srubin b3e2df5
Update package.json
srubin cbfa835
Update package.json
srubin e5ff233
Update package.json
srubin 494e69f
patch-package is dev dep
srubin 4565bcd
dev patch-packages
srubin d952d44
paths entry point
srubin 493a186
path types
srubin a125412
Update package.json
srubin 4a47ebe
fixes
srubin 4eeb60d
version bump
srubin 83ab2ec
don't patch-package for normal install
srubin 1c4444f
Update package.json
srubin e6c8469
console error if --enable-small
srubin 024d45e
try to include ffmpeg/ffprobe from ffmpeg-ffprobe-static for linux/wi…
srubin 1966a97
try regex again
srubin 57c28a1
windows escaping
srubin a9730fb
bash??
srubin a8780a9
rc4 -- should have a better way to update that
srubin 9dcdfd6
Update package.json
srubin 6c32789
cleanup
srubin 45928fa
Update paths.js
srubin 83a810e
Update paths.d.ts
srubin ecc932b
Update package.json
srubin c66b55d
Update .github/workflows/prebuild.yml
srubin b350bdc
Update .github/workflows/prebuild.yml
srubin 56de885
PR feedback
srubin 7d39a64
Create .node-version
srubin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,3 +74,5 @@ ffmpeg/ | |
# Editors and IDE's | ||
*.swp | ||
.vscode/ | ||
|
||
.DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
12.18.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
const {execSync} = require('child_process'); | ||
|
||
if (!process.env.PREBUILD) { | ||
execSync('npx prebuild-install --runtime napi'); | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.