summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-13 17:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-13 17:06:42 +0000
commit26972b8895117a6857b14928e30d978e30e57aaa (patch)
tree4228ec95f625c8b074f64d9d1157962fd7747d12 /libmpeg2
parent62146f22be20db20004f683b2316fa064a8f6bf1 (diff)
downloadmpv-26972b8895117a6857b14928e30d978e30e57aaa.tar.bz2
mpv-26972b8895117a6857b14928e30d978e30e57aaa.tar.xz
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27603 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/cpu_accel.c2
-rw-r--r--libmpeg2/cpu_state.c2
-rw-r--r--libmpeg2/decode.c2
-rw-r--r--libmpeg2/header.c2
-rw-r--r--libmpeg2/idct.c2
-rw-r--r--libmpeg2/idct_mmx.c2
-rw-r--r--libmpeg2/motion_comp.c2
-rw-r--r--libmpeg2/motion_comp_mmx.c2
-rw-r--r--libmpeg2/mpeg2.h2
-rw-r--r--libmpeg2/mpeg2_internal.h2
-rw-r--r--libmpeg2/slice.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/libmpeg2/cpu_accel.c b/libmpeg2/cpu_accel.c
index 587cf32ad3..54b57f18a2 100644
--- a/libmpeg2/cpu_accel.c
+++ b/libmpeg2/cpu_accel.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/cpu_state.c b/libmpeg2/cpu_state.c
index 52cb08b80c..5b773b245e 100644
--- a/libmpeg2/cpu_state.c
+++ b/libmpeg2/cpu_state.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/decode.c b/libmpeg2/decode.c
index ebfcaaf6f8..d9ae05c9a8 100644
--- a/libmpeg2/decode.c
+++ b/libmpeg2/decode.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/header.c b/libmpeg2/header.c
index 5d59b3a193..ae8b228a63 100644
--- a/libmpeg2/header.c
+++ b/libmpeg2/header.c
@@ -21,7 +21,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/idct.c b/libmpeg2/idct.c
index 7992fd5da4..e3f88dad30 100644
--- a/libmpeg2/idct.c
+++ b/libmpeg2/idct.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/idct_mmx.c b/libmpeg2/idct_mmx.c
index 3d1ae46f6e..a682284dab 100644
--- a/libmpeg2/idct_mmx.c
+++ b/libmpeg2/idct_mmx.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/motion_comp.c b/libmpeg2/motion_comp.c
index 0d26ba321f..a1168c8069 100644
--- a/libmpeg2/motion_comp.c
+++ b/libmpeg2/motion_comp.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/motion_comp_mmx.c b/libmpeg2/motion_comp_mmx.c
index 4f2aacfc84..964695570a 100644
--- a/libmpeg2/motion_comp_mmx.c
+++ b/libmpeg2/motion_comp_mmx.c
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index d27a4c9ee3..08933b5843 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 37eb61f227..04a31f6926 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -20,7 +20,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/libmpeg2/slice.c b/libmpeg2/slice.c
index d0cbacb6b4..4d778a7026 100644
--- a/libmpeg2/slice.c
+++ b/libmpeg2/slice.c
@@ -21,7 +21,7 @@
* 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.1.diff for the exact changes.
+ * Modified for use with MPlayer, see libmpeg2_changes.diff for the exact changes.
* detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/