Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg-aws-lambda-layer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
utils
ffmpeg-aws-lambda-layer
Commits
9a61e26e
Commit
9a61e26e
authored
Apr 30, 2020
by
系统root用户
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: zip file URL and unpack.
parent
aed8974d
Pipeline
#1830
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
9a61e26e
...
@@ -6,7 +6,7 @@ clean:
...
@@ -6,7 +6,7 @@ clean:
build/layer/bin/ffmpeg
:
build/layer/bin/ffmpeg
:
mkdir
-p
build/layer/bin
mkdir
-p
build/layer/bin
rm
-rf
build/ffmpeg
*
rm
-rf
build/ffmpeg
*
cd
build
&&
curl https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz |
tar
x
cd
build
&&
wget https://qiniu-img.glogs.cn/packs/ffmpeg-release-amd64-static.zip
&&
unzip ffmpeg-release-amd64-static.zip
mv
build/ffmpeg
*
/ffmpeg build/ffmpeg
*
/ffprobe build/layer/bin
mv
build/ffmpeg
*
/ffmpeg build/ffmpeg
*
/ffprobe build/layer/bin
build/output.yaml
:
template.yaml build/layer/bin/ffmpeg
build/output.yaml
:
template.yaml build/layer/bin/ffmpeg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment