fix(faad2)

closes #3980
This commit is contained in:
Jacob Heider 2023-11-07 14:31:54 -05:00
parent 24c2a031ac
commit 339412ad00
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -5,21 +5,33 @@ versions:
github: knik0/faad2
build:
dependencies:
cmake.org: '*'
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/libtool: '*'
linux:
gnu.org/gcc: '*'
script:
- ./bootstrap
- ./configure $CONFIGURE_ARGS
- make --jobs {{ hw.concurrency }} install
- run: |
./bootstrap
./configure $CONFIGURE_ARGS
make --jobs {{ hw.concurrency }} install
if: <2.11
- run: |
cmake .. $CMAKE_ARGS
cmake --build .
cmake --install .
working-directory: build
if: '>=2.11'
env:
CONFIGURE_ARGS:
- --disable-debug
- --disable-dependency-tracking
- --prefix="{{prefix}}"
- --libdir="{{prefix}}/lib"
CMAKE_ARGS:
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
provides:
- bin/faad
test: