You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-16 08:38:24 +02:00
Ignore errors from recursive AMR cleans.
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user