diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-26 07:18:57 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-26 07:18:57 +0000 |
commit | 1ac9248bb7c0c64bfebbd0ced1806a8899c396a9 (patch) | |
tree | 3d1bc046066e08adb4fedfa1e358797b42ce35d0 /libavcodec | |
parent | cd8e5f9637b42f0caafbb0ab470e3f133cb5f200 (diff) | |
download | ffmpeg-1ac9248bb7c0c64bfebbd0ced1806a8899c396a9.tar.gz |
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/.cvsignore | 2 | ||||
-rw-r--r-- | libavcodec/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/.cvsignore b/libavcodec/.cvsignore new file mode 100644 index 0000000000..4d6d46d639 --- /dev/null +++ b/libavcodec/.cvsignore @@ -0,0 +1,2 @@ +Makefile.* +.depend diff --git a/libavcodec/Makefile b/libavcodec/Makefile index e5a8cfb3ad..9506300a08 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -91,7 +91,7 @@ depend: $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend clean: - rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ + rm -f *.o *~ .depend $(LIB) $(SLIB) *.so i386/*.o i386/*~ \ armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \ |