Skip to content

Commit

Permalink
fdk-acc: Add version 2.0.3
Browse files Browse the repository at this point in the history
The fdk-aac package provides the Fraunhofer FDK AAC library, which is purported to be a high quality Advanced Audio Coding implementation.
  • Loading branch information
david committed Mar 12, 2025
1 parent fb64d9f commit a41634c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fdk-aac.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION fdk-aac-2.0.3-0

SRCURL[0]="https://beehive.molgen.mpg.de/f43e593991caefdce509ad837d3301bd/fdk-aac-2.0.3.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit a41634c

Please sign in to comment.