Browse Source

Remove Fabrice's copyright from the Makefiles. They have been entirely

rewritten since they were originally created.

Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
969f949300
3 changed files with 0 additions and 12 deletions
  1. +0
    -4
      Makefile
  2. +0
    -4
      libavcodec/Makefile
  3. +0
    -4
      libavformat/Makefile

+ 0
- 4
Makefile View File

@@ -1,7 +1,3 @@
#
# Main ffmpeg Makefile
# (c) 2000-2004 Fabrice Bellard
#
include config.mak

SRC_DIR = $(SRC_PATH_BARE)


+ 0
- 4
libavcodec/Makefile View File

@@ -1,7 +1,3 @@
#
# libavcodec Makefile
# (c) 2000-2005 Fabrice Bellard
#
include $(SUBDIR)../config.mak

NAME = avcodec


+ 0
- 4
libavformat/Makefile View File

@@ -1,7 +1,3 @@
#
# libavformat Makefile
# (c) 2000-2003 Fabrice Bellard
#
include $(SUBDIR)../config.mak

NAME = avformat


Loading…
Cancel
Save