diff options
Diffstat (limited to 'package/mp4v2/mp4v2.mk')
-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 |