This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: remove some unnecessary backslashes
Originally committed as revision 19937 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
96fdb62428
commit
b767b9cd4b
1 changed files
with
28 additions
and
28 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+28
-28
configure
+ 28
- 28
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save