summaryrefslogtreecommitdiffstats
path: root/package/mp4v2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-30 18:07:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-01 22:47:22 +0200
commitf4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch)
tree2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/mp4v2
parentf8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff)
downloadbuildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz
buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mp4v2')
-rw-r--r--package/mp4v2/mp4v2.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/mp4v2/mp4v2.mk b/package/mp4v2/mp4v2.mk
index 5d381160c7..d34de02c8a 100644
--- a/package/mp4v2/mp4v2.mk
+++ b/package/mp4v2/mp4v2.mk
@@ -20,13 +20,7 @@ MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no
# 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
-
-ifeq ($(BR2_LARGEFILE),y)
-MP4V2_CONF_OPTS += --enable-largefile
-else
-MP4V2_CONF_OPTS += --disable-largefile
-endif
+MP4V2_CONF_OPTS = --enable-debug --enable-largefile
ifeq ($(BR2_PACKAGE_MP4V2_UTIL),y)
MP4V2_CONF_OPTS += --enable-util
OpenPOWER on IntegriCloud