diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-10-03 14:59:18 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-10-03 14:59:18 +0000 |
commit | c4e96ceef7e7f5958b6851ccaf5182c3b21953a2 (patch) | |
tree | b7ac2f965bb4b2d1d6e00a071bd1f778abe5a0af /configure | |
parent | 17ff55356a1c10dd35ab9c859a5f57adc10e5395 (diff) | |
download | ffmpeg-c4e96ceef7e7f5958b6851ccaf5182c3b21953a2.tar.gz |
fix blackfin support, thaks to vapier for pointing out
Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2114,6 +2114,7 @@ if test "$source_path_used" = "yes" ; then libavcodec \ libavcodec/alpha \ libavcodec/armv4l \ + libavcodec/bfin \ libavcodec/i386 \ libavcodec/sparc \ libavcodec/mlib \ |