Commit 75d3f2b6 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: new --enable-optimize-memory option.

parent dde89b0c
...@@ -1174,6 +1174,15 @@ then ...@@ -1174,6 +1174,15 @@ then
VLC_ADD_BUILTINS([${ACCEL_MODULES}]) VLC_ADD_BUILTINS([${ACCEL_MODULES}])
fi fi
dnl
dnl Memory usage
dnl
AC_ARG_ENABLE(optimize-memory,
[ --enable-optimize-memory optimize memory usage over performance])
if test "${enable_optimize_memory}" = "yes"; then
AC_DEFINE(OPTIMIZE_MEMORY, 1, Define if you want to optimize memory usage over performance)
fi
dnl dnl
dnl Enable/disable optimizations dnl Enable/disable optimizations
dnl dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment