make the C code of the swscaler which i wrote LGPL

Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
pull/126/head
Michael Niedermayer 19 years ago
parent bb42f8296f
commit d1a7ae1a37
  1. 3
      libswscale/swscale.c
  2. 3
      libswscale/swscale.h
  3. 3
      libswscale/swscale_internal.h
  4. 3
      libswscale/swscale_template.c

@ -14,6 +14,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 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
*/ */
/* /*

@ -14,6 +14,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 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 #ifndef SWSCALE_H

@ -14,6 +14,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 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 #ifndef SWSCALE_INTERNAL_H

@ -14,6 +14,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 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 #undef REAL_MOVNTQ

Loading…
Cancel
Save