summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-07-11 16:01:22 +0000
committerjstebbins <[email protected]>2011-07-11 16:01:22 +0000
commit40b2eb6b2978b8d7e787eb98205fd2f49b307eb9 (patch)
tree9fc57ae1d93d01f5aa93345cf1eee84471926ea7 /contrib
parent25b0a0d0048d811b511417cd394c0bddfde98750 (diff)
contrib: enable a52dec debugging when debug=max
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4101 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r--contrib/a52dec/module.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/a52dec/module.defs b/contrib/a52dec/module.defs
index 5f53fa0cf..4354366b7 100644
--- a/contrib/a52dec/module.defs
+++ b/contrib/a52dec/module.defs
@@ -5,4 +5,9 @@ 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;