You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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!" > config.mak
|
||||||
echo "/* Automatically generated by configure - do not modify! */" > $TMPH
|
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=$PREFIX" >> config.mak
|
||||||
echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
|
echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak
|
||||||
|
Reference in New Issue
Block a user