mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
bea91b8c29
commit
969f949300
4
Makefile
4
Makefile
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Main ffmpeg Makefile
|
||||
# (c) 2000-2004 Fabrice Bellard
|
||||
#
|
||||
include config.mak
|
||||
|
||||
SRC_DIR = $(SRC_PATH_BARE)
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# libavcodec Makefile
|
||||
# (c) 2000-2005 Fabrice Bellard
|
||||
#
|
||||
include $(SUBDIR)../config.mak
|
||||
|
||||
NAME = avcodec
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# libavformat Makefile
|
||||
# (c) 2000-2003 Fabrice Bellard
|
||||
#
|
||||
include $(SUBDIR)../config.mak
|
||||
|
||||
NAME = avformat
|
||||
|
|
Loading…
Reference in New Issue