[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.258,1.259
Diego Biurrun CVS
diego
Fri May 5 12:27:47 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv22873
Modified Files:
Makefile
Log Message:
Ignore errors from recursive AMR cleans.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- Makefile 5 May 2006 09:41:06 -0000 1.258
+++ Makefile 5 May 2006 10:27:44 -0000 1.259
@@ -442,8 +442,8 @@
liba52/*.o liba52/*~ \
amr_float/*.o \
apiexample $(TESTS)
- $(MAKE) -C amr clean
- $(MAKE) -C amrwb_float -f makefile.gcc clean
+ -$(MAKE) -C amr clean
+ -$(MAKE) -C amrwb_float -f makefile.gcc clean
# api example program
apiexample: apiexample.c $(LIB)
More information about the ffmpeg-cvslog
mailing list