# HG changeset patch # User michael # Date 1156935020 0 # Node ID 4678e9f813343bd43d91ae36384bb80b2d50b84f # Parent d7a97728662866a387ab17702c16e7a065fd0b47 make the C code of the swscaler which i wrote LGPL diff -r d7a977286628 -r 4678e9f81334 libswscale/swscale.c --- a/libswscale/swscale.c Tue Aug 29 22:28:34 2006 +0000 +++ b/libswscale/swscale.c Wed Aug 30 10:50:20 2006 +0000 @@ -14,6 +14,9 @@ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + the C code (not assembly, mmx, ...) of the swscaler which has been written + by Michael Niedermayer can be used under the LGPL license too */ /* diff -r d7a977286628 -r 4678e9f81334 libswscale/swscale.h --- a/libswscale/swscale.h Tue Aug 29 22:28:34 2006 +0000 +++ b/libswscale/swscale.h Wed Aug 30 10:50:20 2006 +0000 @@ -14,6 +14,9 @@ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + the C code (not assembly, mmx, ...) of the swscaler which has been written + by Michael Niedermayer can be used under the LGPL license too */ #ifndef SWSCALE_H diff -r d7a977286628 -r 4678e9f81334 libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Tue Aug 29 22:28:34 2006 +0000 +++ b/libswscale/swscale_internal.h Wed Aug 30 10:50:20 2006 +0000 @@ -14,6 +14,9 @@ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + the C code (not assembly, mmx, ...) of the swscaler which has been written + by Michael Niedermayer can be used under the LGPL license too */ #ifndef SWSCALE_INTERNAL_H diff -r d7a977286628 -r 4678e9f81334 libswscale/swscale_template.c --- a/libswscale/swscale_template.c Tue Aug 29 22:28:34 2006 +0000 +++ b/libswscale/swscale_template.c Wed Aug 30 10:50:20 2006 +0000 @@ -14,6 +14,9 @@ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + the C code (not assembly, mmx, ...) of the swscaler which has been written + by Michael Niedermayer can be used under the LGPL license too */ #undef REAL_MOVNTQ