mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f8518c47ab
commit
f4716f79a0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user