diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:30 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:47:22 +0200 |
| commit | f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch) | |
| tree | 2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/mp4v2 | |
| parent | f8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff) | |
| download | buildroot-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.mk | 8 |
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 |

