Skip to content

Commit

Permalink
fdk-aac: bump to version 0.1.4
Browse files Browse the repository at this point in the history
And enable compiler optimizations.  It's much fater that way.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7145 b64f7644-9d1e-0410-96f1-a4d463321fa5
  • Loading branch information
jstebbins committed May 1, 2015
1 parent b51de41 commit 59373c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contrib/fdk-aac/module.defs
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
$(eval $(call import.MODULE.defs,FDKAAC,fdkaac))
$(eval $(call import.CONTRIB.defs,FDKAAC))

FDKAAC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fdk-aac-v0.1.1-6-gbae4553.tar.bz2
FDKAAC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fdk-aac-0.1.4.tar.gz

# fdk-aac configure script fails to add compiler optimizations if the
# CFLAGS env variable is set during configure. Since we set it, we
# also need to set the desired optimization option
FDKAAC.GCC.args.extra += $(FDKAAC.GCC.args.O.$(FDKAAC.GCC.O))

## optional static libs need to be marked
FDKAAC.OSL.libs = fdk-aac
Expand Down

0 comments on commit 59373c3

Please sign in to comment.