Commit 1a9fc2b9 authored by Mans Rullgard's avatar Mans Rullgard Committed by Michael Niedermayer

fate: get samples location from env var if not explicitly set

Use the FATE_SAMPLES environment variable if samples location
is not set with the --samples configure option or on the make
command line.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit aa3805a4)
parent 4e815a8b
......@@ -3258,7 +3258,7 @@ SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}
SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}
SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}
SAMPLES=$samples
SAMPLES=${samples:-\$(FATE_SAMPLES)}
EOF
get_version(){
......
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