提交 e1e98dbd 编写于 作者: T Todd Kirby 提交者: Michael Niedermayer

removing the .so file when make clean is run patch by ("Todd.Kirby"...

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
上级 9291d591
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册