summaryrefslogtreecommitdiff
path: root/package/mp4v2
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2015-03-12 16:12:27 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-05 16:25:44 +0200
commit87e7f5464830b533ca3790452f200bbab0b1b32d (patch)
treecf4e668b42fdf83219d6088e1f438a0513c904c2 /package/mp4v2
parentb90c5d6f18c9823d7112249505d532572bc3080f (diff)
mp4v2: Remove --disable-debug workaround.
This is not needed since BR2_ENABLE_DEBUG does not set this flag anymore. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mp4v2')
-rw-r--r--package/mp4v2/mp4v2.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/mp4v2/mp4v2.mk b/package/mp4v2/mp4v2.mk
index d34de02c8..2acbb4ea7 100644
--- a/package/mp4v2/mp4v2.mk
+++ b/package/mp4v2/mp4v2.mk
@@ -16,12 +16,6 @@ MP4V2_LICENSE_FILES = COPYING
# disable it
MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no
-# infrastructure passes --disable-debug if !BR2_ENABLE_DEBUG. With
-# mpv42 the only thing this option does is that it tries to strip any
-# -g* options from CFLAGS/CXXFLAGS. The logic to do so is
-# unfortunately buggy, so just pass --enable-debug to disable this
-MP4V2_CONF_OPTS = --enable-debug --enable-largefile
-
ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y)
MP4V2_CONF_OPTS += --enable-util
else