summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-01 23:38:09 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-01 23:38:09 +0000
commit281a74da6022ccfb854c1441ac6323f7d75afbdc (patch)
tree0e0ab7ca72ff1a30f2a2b60686d416a54443681c /configure
parent2d2651f821e3b3c3936051f2015351381f374608 (diff)
spaces in path fixes
Originally committed as revision 3791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index c9977cfeaa..9163aeaadd 100755
--- a/configure
+++ b/configure
@@ -1244,7 +1244,7 @@ if test "$lshared" = "yes" ; then
echo "PIC=-fPIC" >> config.mak
fi
echo "EXTRALIBS=$extralibs" >> config.mak
-version=`grep '#define FFMPEG_VERSION ' $source_path/libavcodec/avcodec.h |
+version=`grep '#define FFMPEG_VERSION ' "$source_path/libavcodec/avcodec.h" |
cut -d '"' -f 2`
echo "VERSION=$version" >>config.mak
# if you do not want to use encoders, disable that.
@@ -1460,10 +1460,10 @@ if test "$source_path_used" = "yes" ; then
mkdir -p $dir
done
for f in $FILES ; do
- ln -sf $source_path/$f $f
+ ln -sf "$source_path/$f" $f
done
fi
-echo "SRC_PATH=$source_path" >> config.mak
+echo "SRC_PATH='$source_path'" >> config.mak
if test "$amr_wb" = "yes" ; then
echo "#define AMR_WB 1" >> $TMPH