summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorMarc Hoffman <mmhoffm@gmail.com>2007-07-20 00:10:55 +0000
committerMarc Hoffman <mmhoffm@gmail.com>2007-07-20 00:10:55 +0000
commitb41c9046cc0125e16ed8d22a608bbb936500d2bc (patch)
treed3d80c725cdd173c90fa1083529cc50e6989cd6f /libswscale
parent4055d27121fdfd2ec3b83fbf3d8b320750f11a67 (diff)
removing reference to bfin_sram.h its not used anylonger
Originally committed as revision 23832 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/yuv2rgb_bfin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_bfin.c b/libswscale/yuv2rgb_bfin.c
index 98c86c06f9..cad9b1af9f 100644
--- a/libswscale/yuv2rgb_bfin.c
+++ b/libswscale/yuv2rgb_bfin.c
@@ -32,7 +32,6 @@
#include <malloc.h>
#endif
#include <unistd.h>
-#include <bits/bfin_sram.h>
#include "rgb2rgb.h"
#include "swscale.h"
#include "swscale_internal.h"