summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-09-13 14:23:57 +0000
committerjstebbins <[email protected]>2014-09-13 14:23:57 +0000
commit6d4c8fc2de12bb749c079ba1c6544b995ca9cc93 (patch)
tree184e70417109e9b68263a761581b0fd9ef68d116 /contrib
parent322965199629a4817cf8119522e6f53343716955 (diff)
dvdnav: remove debug hack i used for testing
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6403 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libdvdnav/module.defs1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libdvdnav/module.defs b/contrib/libdvdnav/module.defs
index 2a40ec0cc..b6ba27a66 100644
--- a/contrib/libdvdnav/module.defs
+++ b/contrib/libdvdnav/module.defs
@@ -4,7 +4,6 @@ $(eval $(call import.CONTRIB.defs,LIBDVDNAV))
LIBDVDNAV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libdvdnav-5.0.1-0-gaa3659d.tar.gz
LIBDVDNAV.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv;
-LIBDVDNAV.GCC.g = max
ifneq (max,$(LIBDVDNAV.GCC.g))
LIBDVDNAV.GCC.D += NDEBUG
endif