mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
Ignore errors from recursive AMR cleans.
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c7f1a2f56e
commit
215e46e6e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user