Skip to content

Commit 38094f7

Browse files
authored
fix: compile command
1 parent 07e2fda commit 38094f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ jobs:
1313
strategy:
1414
matrix:
1515
xcode: [ '15.2' ]
16-
branches: [ 'development' ]
1716
defaults:
1817
run:
1918
shell: bash
2019
steps:
2120
- uses: actions/checkout@v4
22-
with:
23-
ref: ${{ matrix.branches }}
2421
- name: prerequisites
2522
run: brew install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget gettext meson ninja ragel groff gtk-doc libtasn1 --overwrite
2623
- name: set up xcode
2724
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh
2825
- name: run the build script
29-
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh -x --full --enable-gpl --disable-lib-srt --disable-lib-gnutls
26+
run: PATH="/usr/local/opt/bison/bin:$PATH" XML_CATALOG_FILES="/usr/local/etc/xml/catalog" ./ios.sh --enable-gpl --enable-ios-videotoolbox --enable-x264 --xcframework
3027
- name: package zip
3128
working-directory: ./prebuilt/bundle-apple-xcframework-ios/
3229
run: zip -r ffmpegkit-bundled.xcframework.zip *

0 commit comments

Comments
 (0)