This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Ignore errors from recursive AMR cleans.
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
20 years ago
parent
c7f1a2f56e
commit
215e46e6e5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/Makefile
+ 2
- 2
libavcodec/Makefile
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save