1
0
Fork 0
forked from len0rd/rockbox

mpegplayer: Move libmpeg2 files into their own subdirectory so things are less cluttered.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-02-22 21:44:15 +00:00
parent ec6e64ce90
commit 652463ecc0
27 changed files with 19 additions and 20 deletions

View file

@ -23,8 +23,6 @@
#ifndef MPEGPLAYER_H
#define MPEGPLAYER_H
#include "mpeg2.h"
#ifdef HAVE_SCHEDULER_BOOSTCTRL
#define trigger_cpu_boost rb->trigger_cpu_boost
#define cancel_cpu_boost rb->cancel_cpu_boost
@ -74,7 +72,7 @@
#include "lib/mylcd.h"
#include "mpeg2.h"
#include "libmpeg2/mpeg2.h"
#include "video_out.h"
#include "mpeg_stream.h"
#include "mpeg_misc.h"