diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-19 02:32:12 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-19 02:32:12 +0000 |
commit | 1270185b0ffe4e2870708f63cd31caf220897ae2 (patch) | |
tree | 7890ab3106cfb73dd5e513044bc85ae61204be72 /libmpeg2/motion_comp_mmx.c | |
parent | f091555b080739dd09ce795827219667d225902a (diff) | |
download | mpv-1270185b0ffe4e2870708f63cd31caf220897ae2.tar.bz2 mpv-1270185b0ffe4e2870708f63cd31caf220897ae2.tar.xz |
Mark locally modified files as such to comply more closely with GPL 2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/motion_comp_mmx.c')
-rw-r--r-- | libmpeg2/motion_comp_mmx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpeg2/motion_comp_mmx.c b/libmpeg2/motion_comp_mmx.c index e773ad17b0..9b73015d9b 100644 --- a/libmpeg2/motion_comp_mmx.c +++ b/libmpeg2/motion_comp_mmx.c @@ -19,6 +19,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h" |