Commit ac25a415 authored by michael's avatar michael

make the C code of the swscaler which i wrote LGPL


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@19600 b3059339-0415-0410-9bf9-f77b7e298cf2
parent e04cb730
...@@ -14,6 +14,9 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
......
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