Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
1ac9248b
Commit
1ac9248b
authored
Apr 26, 2002
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cleanup
Originally committed as revision 422 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
cd8e5f96
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
2 deletions
+12
-2
.cvsignore
.cvsignore
+2
-0
Makefile
Makefile
+1
-1
.cvsignore
libav/.cvsignore
+6
-0
.cvsignore
libavcodec/.cvsignore
+2
-0
Makefile
libavcodec/Makefile
+1
-1
No files found.
.cvsignore
View file @
1ac9248b
...
...
@@ -2,3 +2,5 @@ config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
Makefile
View file @
1ac9248b
...
...
@@ -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
...
...
libav/.cvsignore
0 → 100644
View file @
1ac9248b
config.h
config.mak
*ffmpeg
ffserver
Makefile.*
.depend
libavcodec/.cvsignore
0 → 100644
View file @
1ac9248b
Makefile.*
.depend
libavcodec/Makefile
View file @
1ac9248b
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment