diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-23 12:02:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-23 12:02:41 +0000 |
commit | 52a9cf3435420c1e0ab1b1528861b13c94a19230 (patch) | |
tree | 90bc81bb4e7842d9625e5e47aef1cb983a6896af /configure | |
parent | 34c9d454d129495db87113e996cd0fe1f8b81ced (diff) | |
download | ffmpeg-52a9cf3435420c1e0ab1b1528861b13c94a19230.tar.gz |
Fix out of tree builds after introduction of libavdevice.
Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1991,6 +1991,7 @@ if enabled source_path_used; then libavcodec/ppc \ libavcodec/sh4 \ libavcodec/sparc \ + libavdevice \ libavformat \ libavutil \ libpostproc \ @@ -2004,6 +2005,7 @@ if enabled source_path_used; then common.mak \ doc/texi2pod.pl \ libavcodec/Makefile \ + libavdevice/Makefile \ libavformat/Makefile \ libavutil/Makefile \ libpostproc/Makefile \ |