mirror of
https://github.com/nu774/fdkaac.git
synced 2025-06-05 23:29:14 +02:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
98d90e76d6 | |||
2dd2b3c61b | |||
746e85538b | |||
594c26b960 | |||
a71453bc9a | |||
11f6ac1665 | |||
7291661fdc | |||
2dc1ef46e1 |
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
./configure
|
||||
make
|
||||
make -j2
|
||||
sudo make install
|
||||
- name: Test
|
||||
run: |
|
||||
@ -50,8 +50,8 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
|
||||
make
|
||||
PKG_CONFIG_LIBDIR=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
|
||||
make -j2
|
||||
sudo make install
|
||||
|
||||
macos:
|
||||
@ -67,8 +67,8 @@ jobs:
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
make -j3
|
||||
sudo make install
|
||||
- name: Test
|
||||
run: |
|
||||
fdkaac -b 128 -R -o /dev/null /dev/null
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
./configure
|
||||
make
|
||||
make -j2
|
||||
make install
|
||||
- name: Test
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user