summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-05-05 10:27:44 +0000
committerDiego Biurrun <diego@biurrun.de>2006-05-05 10:27:44 +0000
commit215e46e6e5a3f56a041bb2a6375bdfa9e3573786 (patch)
treebf4b5255593a4be81dd21c44b29fdc9921f4c91d /libavcodec
parentc7f1a2f56e51cfdf25186a7af47da706cea6166c (diff)
Ignore errors from recursive AMR cleans.
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 5f2aac2e49..9586361a00 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -442,8 +442,8 @@ clean::
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)