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:
parent
ec6e64ce90
commit
652463ecc0
27 changed files with 19 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue