summaryrefslogtreecommitdiffstats
path: root/contrib/a52dec
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-07-11 18:19:51 +0000
committerjstebbins <[email protected]>2011-07-11 18:19:51 +0000
commit4364fd9ba6dc63b4a7c75cfcb25637ae5c4d5ee5 (patch)
treedb719f4c79f699bbb07ba4542b7b5aa3ff5e1a2b /contrib/a52dec
parent8afaff770fe5e5a3ce67f778aa712eeb8954252b (diff)
contrib: enable debuggin when debug=max and disable optimizations when optimizations=none
except for ffmpeg on darwin i386 which fails to build when optimizations are disabled due to gcc running out of registers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4103 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/a52dec')
-rw-r--r--contrib/a52dec/module.defs5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/a52dec/module.defs b/contrib/a52dec/module.defs
index 4354366b7..5f53fa0cf 100644
--- a/contrib/a52dec/module.defs
+++ b/contrib/a52dec/module.defs
@@ -5,9 +5,4 @@ A52DEC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/a52dec-0.7.4.t
A52DEC.EXTRACT.tarbase = a52dec
A52DEC.INSTALL.strip = liba52.a
-# a52dec overrides whatever optimization flags you try to set :(
-ifeq (max,$(GCC.g))
- A52DEC.CONFIGURE.env.CFLAGS = CFLAGS="-g"
-endif
-
A52DEC.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;