forked from FFmpeg/FFmpeg
Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8274e4224a
commit
0fd12426bb
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1920,7 +1920,7 @@ echo "Creating config.mak and config.h..."
|
|||
|
||||
echo "# Automatically generated by configure - do not modify!" > config.mak
|
||||
echo "/* Automatically generated by configure - do not modify! */" > $TMPH
|
||||
echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
|
||||
echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
|
||||
|
||||
echo "PREFIX=$PREFIX" >> config.mak
|
||||
echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
|
||||
|
|
Loading…
Add table
Reference in a new issue