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
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac
23 years ago
parent
cd8e5f9637
commit
1ac9248bb7
5 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.cvsignore
+1
-1
Makefile
+6
-0
libav/.cvsignore
+2
-0
libavcodec/.cvsignore
+1
-1
libavcodec/Makefile
+ 2
- 0
.cvsignore
View File
@@ -2,3 +2,5 @@ config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
+ 1
- 1
Makefile
View File
@@ -63,7 +63,7 @@ depend:
clean:
$(MAKE) -C libavcodec clean
$(MAKE) -C libav clean
rm -f *.o *~ gmon.out TAGS $(PROG)
rm -f *.o *~
.depend
gmon.out TAGS $(PROG)
distclean: clean
$(MAKE) -C libavcodec distclean
+ 6
- 0
libav/.cvsignore
View File
@@ -0,0 +1,6 @@
config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
+ 2
- 0
libavcodec/.cvsignore
View File
@@ -0,0 +1,2 @@
Makefile.*
.depend
+ 1
- 1
libavcodec/Makefile
View File
@@ -91,7 +91,7 @@ depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
clean:
rm -f *.o *~ $(LIB) $(SLIB) *.so i386/*.o i386/*~ \
rm -f *.o *~
.depend
$(LIB) $(SLIB) *.so i386/*.o i386/*~ \
armv4l/*.o armv4l/*~ \
mlib/*.o mlib/*~ \
alpha/*.o alpha/*~ \
Write
Preview
Loading…
Cancel
Save