[FFmpeg-cvslog] r19937 - trunk/configure
mru
subversion
Mon Sep 21 03:40:15 CEST 2009
Author: mru
Date: Mon Sep 21 03:40:14 2009
New Revision: 19937
Log:
configure: remove some unnecessary backslashes
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Sep 21 03:40:12 2009 (r19936)
+++ trunk/configure Mon Sep 21 03:40:14 2009 (r19937)
@@ -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
More information about the ffmpeg-cvslog
mailing list