mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-08 10:56:05 +00:00
Fix out of tree builds after introduction of libavdevice.
Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34c9d454d1
commit
52a9cf3435
2
configure
vendored
2
configure
vendored
@ -1991,6 +1991,7 @@ if enabled source_path_used; then
|
|||||||
libavcodec/ppc \
|
libavcodec/ppc \
|
||||||
libavcodec/sh4 \
|
libavcodec/sh4 \
|
||||||
libavcodec/sparc \
|
libavcodec/sparc \
|
||||||
|
libavdevice \
|
||||||
libavformat \
|
libavformat \
|
||||||
libavutil \
|
libavutil \
|
||||||
libpostproc \
|
libpostproc \
|
||||||
@ -2004,6 +2005,7 @@ if enabled source_path_used; then
|
|||||||
common.mak \
|
common.mak \
|
||||||
doc/texi2pod.pl \
|
doc/texi2pod.pl \
|
||||||
libavcodec/Makefile \
|
libavcodec/Makefile \
|
||||||
|
libavdevice/Makefile \
|
||||||
libavformat/Makefile \
|
libavformat/Makefile \
|
||||||
libavutil/Makefile \
|
libavutil/Makefile \
|
||||||
libpostproc/Makefile \
|
libpostproc/Makefile \
|
||||||
|
Loading…
Reference in New Issue
Block a user