sorting out the order on the linux build and fixing ffmpeg version to a specific tag

This commit is contained in:
Maxwell Talbot
2021-02-25 18:20:35 +00:00
parent 79b26075ec
commit 8149438ebb
4 changed files with 81 additions and 5 deletions

72
.dockerignore Normal file
View File

@@ -0,0 +1,72 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# test builds
dev/test/build/bin/*
# aot snapshots
dev/bin/*
# Generated make files
Makefile
*.make
# Dart stuff
pubspec.lock
.packages
.dart_tool
# OSX stuff
*.DS_Store
# Generated docs
docs
# Analysis results
dev/analysis_report
# Build directories
build/bin
# Skia dependencies
skia/dependencies/skia
skia/dependencies/glfw_build
skia/dependencies/FFmpeg
skia/dependencies/x264
skia/renderer/build/bin
skia/**/build/bin
/skia/dependencies/glfw
**/build/obj
**/build/bin