1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-06-05 23:29:14 +02:00

8 Commits

View File

@ -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: |