Commit 969f9493 authored by Diego Biurrun's avatar Diego Biurrun

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
parent bea91b8c
#
# Main ffmpeg Makefile
# (c) 2000-2004 Fabrice Bellard
#
include config.mak
SRC_DIR = $(SRC_PATH_BARE)
......
#
# libavcodec Makefile
# (c) 2000-2005 Fabrice Bellard
#
include $(SUBDIR)../config.mak
NAME = avcodec
......
#
# libavformat Makefile
# (c) 2000-2003 Fabrice Bellard
#
include $(SUBDIR)../config.mak
NAME = avformat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment