mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 19:10:09 +01:00
configure: remove some unnecessary backslashes
Originally committed as revision 19937 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
52
configure
vendored
52
configure
vendored
@@ -2741,33 +2741,33 @@ cmp -s $TMPH config.h &&
|
|||||||
|
|
||||||
# build tree in object directory if source path is different from current one
|
# build tree in object directory if source path is different from current one
|
||||||
if enabled source_path_used; then
|
if enabled source_path_used; then
|
||||||
DIRS="\
|
DIRS="
|
||||||
doc \
|
doc
|
||||||
libavcodec \
|
libavcodec
|
||||||
libavcodec/$arch \
|
libavcodec/$arch
|
||||||
libavdevice \
|
libavdevice
|
||||||
libavfilter \
|
libavfilter
|
||||||
libavformat \
|
libavformat
|
||||||
libavutil \
|
libavutil
|
||||||
libavutil/$arch \
|
libavutil/$arch
|
||||||
libpostproc \
|
libpostproc
|
||||||
libswscale \
|
libswscale
|
||||||
libswscale/$arch \
|
libswscale/$arch
|
||||||
tests \
|
tests
|
||||||
tools \
|
tools
|
||||||
"
|
"
|
||||||
FILES="\
|
FILES="
|
||||||
Makefile \
|
Makefile
|
||||||
common.mak \
|
common.mak
|
||||||
subdir.mak \
|
subdir.mak
|
||||||
doc/texi2pod.pl \
|
doc/texi2pod.pl
|
||||||
libavcodec/Makefile \
|
libavcodec/Makefile
|
||||||
libavdevice/Makefile \
|
libavdevice/Makefile
|
||||||
libavfilter/Makefile \
|
libavfilter/Makefile
|
||||||
libavformat/Makefile \
|
libavformat/Makefile
|
||||||
libavutil/Makefile \
|
libavutil/Makefile
|
||||||
libpostproc/Makefile \
|
libpostproc/Makefile
|
||||||
libswscale/Makefile \
|
libswscale/Makefile
|
||||||
"
|
"
|
||||||
for dir in $DIRS ; do
|
for dir in $DIRS ; do
|
||||||
mkdir -p $dir
|
mkdir -p $dir
|
||||||
|
|||||||
Reference in New Issue
Block a user