You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
392 B
14 lines
392 B
import 'compile/configure'
|
|
|
|
name=fdk-aac
|
|
version=0.1.4
|
|
update_url="https://sourceforge.net/projects/opencore-amr/files/$name/"
|
|
|
|
dlextract "https://sourceforge.net/projects/opencore-amr/files/$name/$name-$version.tar.gz" \
|
|
'e274a7d7f6cd92c71ec5c78e4dc9f8b7'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
compile_configure -- --disable-static
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|