summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-12 23:14:31 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-12 23:14:31 +0000
commit8e955b13ff4c79057a2644fef27d29d901915085 (patch)
tree4216498cffc5daad34b454f917fced2759e73d1e /configure
parent64018fd015643e7ea476f465ddf539cc9a1d3163 (diff)
Move SRC_PATH out of the conditional, it is always added to config.mak.
Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 63e41502fb..ba5c11f1e9 100755
--- a/configure
+++ b/configure
@@ -1890,10 +1890,8 @@ if test "$source_path_used" = "yes" ; then
for f in $FILES ; do
ln -sf "$source_path/$f" $f
done
- echo "SRC_PATH=$source_path" >> config.mak
-else
- echo "SRC_PATH=$source_path" >> config.mak
fi
+echo "SRC_PATH=$source_path" >> config.mak
if test "$amr_wb" = "yes" ; then
echo "#define AMR_WB 1" >> $TMPH