summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-09-21 01:40:14 +0000
committerMåns Rullgård <mans@mansr.com>2009-09-21 01:40:14 +0000
commitb767b9cd4b1b95b1bcd500b77f7446eb2a06bcba (patch)
tree198a9584cace139fd726f666ede77206a9c581cb /configure
parent96fdb62428f4f74a657eff42340a8492b4b695ee (diff)
configure: remove some unnecessary backslashes
Originally committed as revision 19937 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure56
1 files changed, 28 insertions, 28 deletions
diff --git a/configure b/configure
index a071b29697..d3e8df37ef 100755
--- a/configure
+++ b/configure
@@ -2741,34 +2741,34 @@ cmp -s $TMPH config.h &&
# build tree in object directory if source path is different from current one
if enabled source_path_used; then
- DIRS="\
- doc \
- libavcodec \
- libavcodec/$arch \
- libavdevice \
- libavfilter \
- libavformat \
- libavutil \
- libavutil/$arch \
- libpostproc \
- libswscale \
- libswscale/$arch \
- tests \
- tools \
- "
- FILES="\
- Makefile \
- common.mak \
- subdir.mak \
- doc/texi2pod.pl \
- libavcodec/Makefile \
- libavdevice/Makefile \
- libavfilter/Makefile \
- libavformat/Makefile \
- libavutil/Makefile \
- libpostproc/Makefile \
- libswscale/Makefile \
- "
+ DIRS="
+ doc
+ libavcodec
+ libavcodec/$arch
+ libavdevice
+ libavfilter
+ libavformat
+ libavutil
+ libavutil/$arch
+ libpostproc
+ libswscale
+ libswscale/$arch
+ tests
+ tools
+ "
+ FILES="
+ Makefile
+ common.mak
+ subdir.mak
+ doc/texi2pod.pl
+ libavcodec/Makefile
+ libavdevice/Makefile
+ libavfilter/Makefile
+ libavformat/Makefile
+ libavutil/Makefile
+ libpostproc/Makefile
+ libswscale/Makefile
+ "
for dir in $DIRS ; do
mkdir -p $dir
done