From c4e96ceef7e7f5958b6851ccaf5182c3b21953a2 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 3 Oct 2006 14:59:18 +0000 Subject: [PATCH] fix blackfin support, thaks to vapier for pointing out Originally committed as revision 6535 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 60e45190bf..301ab5879d 100755 --- a/configure +++ b/configure @@ -2114,6 +2114,7 @@ if test "$source_path_used" = "yes" ; then libavcodec \ libavcodec/alpha \ libavcodec/armv4l \ + libavcodec/bfin \ libavcodec/i386 \ libavcodec/sparc \ libavcodec/mlib \