diff options
author | Marc Hoffman <mmhoffm@gmail.com> | 2007-08-22 12:54:49 +0000 |
---|---|---|
committer | Marc Hoffman <mmhoffm@gmail.com> | 2007-08-22 12:54:49 +0000 |
commit | 18b8b43b4ff8c68e60e1a39d0a6e9a7cd19821cb (patch) | |
tree | 648ca2282c7e26549b4861523ac6f86dbace9bf3 | |
parent | 57b499c7da02941c1be7875c197b7809c724da84 (diff) | |
download | ffmpeg-18b8b43b4ff8c68e60e1a39d0a6e9a7cd19821cb.tar.gz |
make clean bfin
Originally committed as revision 10180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0efcfa85c6..0b34516f8f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -437,6 +437,7 @@ clean:: armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \ + bfin/*.o bfin/*~ \ ppc/*.o ppc/*~ \ ps2/*.o ps2/*~ \ sh4/*.o sh4/*~ \ |