diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-07-01 10:27:48 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-07-01 10:27:48 +0000 |
| commit | f3d9b1791bef682bb78b502299daa1ba9bc76695 (patch) | |
| tree | 3c43ddd7de5a648291ee305301f236fa7f9b87ef /apps/plugins/mpegplayer/idct.c | |
| parent | b81271ed3e7cd3717a1b36c5dcffe8f786336077 (diff) | |
| download | rockbox-f3d9b1791bef682bb78b502299daa1ba9bc76695.zip rockbox-f3d9b1791bef682bb78b502299daa1ba9bc76695.tar.gz rockbox-f3d9b1791bef682bb78b502299daa1ba9bc76695.tar.bz2 rockbox-f3d9b1791bef682bb78b502299daa1ba9bc76695.tar.xz | |
Bring libmpeg2 portions that we use up to date with the latest libmpeg2 CVS. Fix up some file headers and add a revision history to the libmpeg2 files detailing to which CVS file revisions things were synced. This makes it easier to start in the right place by hand in the future. Hopefully no mistakes and everything works. :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17904 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/idct.c')
| -rw-r--r-- | apps/plugins/mpegplayer/idct.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/idct.c b/apps/plugins/mpegplayer/idct.c index f9e3b7d..7f0b9a3 100644 --- a/apps/plugins/mpegplayer/idct.c +++ b/apps/plugins/mpegplayer/idct.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 + * + * $Id$ + * libmpeg2 sync history: + * 2008-07-01 - CVS revision 1.36 */ #include "plugin.h" |