mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Make out of source dir build work again.
Patch originally from Justin Ruggles > jruggle ta earthlink tod net < and reordered by me to be more diff friendly. Originally committed as revision 4497 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
31abdc45e0
commit
5ac8eda525
5
configure
vendored
5
configure
vendored
@ -1619,10 +1619,11 @@ fi
|
|||||||
if test "$source_path_used" = "yes" ; then
|
if test "$source_path_used" = "yes" ; then
|
||||||
DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
|
DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
|
||||||
libavcodec/i386 libavcodec/sparc libavcodec/mlib \
|
libavcodec/i386 libavcodec/sparc libavcodec/mlib \
|
||||||
libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests vhook"
|
libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
|
||||||
|
vhook libavutil"
|
||||||
FILES="Makefile libavformat/Makefile libavcodec/Makefile \
|
FILES="Makefile libavformat/Makefile libavcodec/Makefile \
|
||||||
libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
|
libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
|
||||||
doc/Makefile doc/texi2pod.pl"
|
doc/Makefile doc/texi2pod.pl libavutil/Makefile"
|
||||||
for dir in $DIRS ; do
|
for dir in $DIRS ; do
|
||||||
mkdir -p $dir
|
mkdir -p $dir
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user