]> granicus.if.org Git - handbrake/commitdiff
fdk-aac: enable compiler optimizations
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 1 May 2015 16:18:20 +0000 (16:18 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 1 May 2015 16:18:20 +0000 (16:18 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7146 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/fdk-aac/module.defs

index 454858a3bf9d7f75cc08c6b1eb7e0b852b9a9ee3..075cbfb729098c56ad5aff52319705dfe8129227 100644 (file)
@@ -3,6 +3,11 @@ $(eval $(call import.CONTRIB.defs,FDKAAC))
 
 FDKAAC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fdk-aac-v0.1.1-6-gbae4553.tar.bz2
 
+# 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
 FDKAAC.OSL.files = $(foreach i,$(FDKAAC.OSL.libs),$(call fn.ABSOLUTE,$(CONTRIB.build/)lib/lib$(i).a))