diff options
author | Todd Kirby <doubleshot@pacbell.net> | 2004-09-16 17:15:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-16 17:15:58 +0000 |
commit | e1e98dbd570b28b579ba33b490b1c83b0888d15a (patch) | |
tree | 1d407ab65888a88c9c15810b7785fe258ab2dd53 | |
parent | 9291d5912397509abf408ceea37382bfc803450d (diff) | |
download | ffmpeg-e1e98dbd570b28b579ba33b490b1c83b0888d15a.tar.gz |
removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3470 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 6911fb3265..a391ea2898 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -131,7 +131,7 @@ install-headers: g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< distclean clean: - rm -f *.o *.d .depend *~ *.a $(LIB) + rm -f *.o *.d .depend *~ *.a *.so $(LIB) # # include dependency files if they exist |