Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit f3cf106

Browse files
committed
remove auto generated ffmpeg-kit build files from version control, fixes #472
1 parent be711ac commit f3cf106

23 files changed

+28
-102136
lines changed

.github/workflows/ios-build-scripts.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
shell: bash
3737
steps:
3838
- uses: actions/checkout@v2
39+
- name: prerequisites
40+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
3941
- name: set up xcode
4042
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
4143
- name: run the build script
@@ -57,6 +59,8 @@ jobs:
5759
shell: bash
5860
steps:
5961
- uses: actions/checkout@v2
62+
- name: prerequisites
63+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
6064
- name: set up xcode
6165
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
6266
- name: run the build script
@@ -78,6 +82,8 @@ jobs:
7882
shell: bash
7983
steps:
8084
- uses: actions/checkout@v2
85+
- name: prerequisites
86+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
8187
- name: set up xcode
8288
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
8389
- name: run the build script

.github/workflows/macos-build-scripts.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
shell: bash
3030
steps:
3131
- uses: actions/checkout@v2
32+
- name: prerequisites
33+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
3234
- name: set up xcode
3335
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
3436
- name: run the build script
@@ -50,6 +52,8 @@ jobs:
5052
shell: bash
5153
steps:
5254
- uses: actions/checkout@v2
55+
- name: prerequisites
56+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
5357
- name: set up xcode
5458
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
5559
- name: run the build script
@@ -71,6 +75,8 @@ jobs:
7175
shell: bash
7276
steps:
7377
- uses: actions/checkout@v2
78+
- name: prerequisites
79+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
7480
- name: set up xcode
7581
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
7682
- name: run the build script

.github/workflows/tvos-build-scripts.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
shell: bash
3030
steps:
3131
- uses: actions/checkout@v2
32+
- name: prerequisites
33+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
3234
- name: set up xcode
3335
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
3436
- name: run the build script
@@ -50,6 +52,8 @@ jobs:
5052
shell: bash
5153
steps:
5254
- uses: actions/checkout@v2
55+
- name: prerequisites
56+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
5357
- name: set up xcode
5458
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
5559
- name: run the build script
@@ -71,6 +75,8 @@ jobs:
7175
shell: bash
7276
steps:
7377
- uses: actions/checkout@v2
78+
- name: prerequisites
79+
run: brew install autoconf automake libtool pkg-config curl git cmake nasm
7480
- name: set up xcode
7581
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
7682
- name: run the build script

apple/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
/test-driver
1111
/config.log
1212
/*.tmp
13+
/m4/
14+
/configure
15+
/libtool
16+
/ltmain.sh
17+
/Makefile.in

0 commit comments

Comments
 (0)