summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_thread.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-02-22 21:44:15 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-02-22 21:44:15 +0000
commit652463ecc0085c9e04da17631aa1fdb2703eee80 (patch)
treea05cac6777f599f0e8cabc2306e4f3af69428254 /apps/plugins/mpegplayer/video_thread.c
parentec6e64ce9011281e6ecbbc0d93b91ce4db2f42dc (diff)
downloadrockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.tar.gz
rockbox-652463ecc0085c9e04da17631aa1fdb2703eee80.zip
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
Diffstat (limited to 'apps/plugins/mpegplayer/video_thread.c')
-rw-r--r--apps/plugins/mpegplayer/video_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c
index 2bfc5c680b..5119712396 100644
--- a/apps/plugins/mpegplayer/video_thread.c
+++ b/apps/plugins/mpegplayer/video_thread.c
@@ -22,7 +22,7 @@
22 ****************************************************************************/ 22 ****************************************************************************/
23#include "plugin.h" 23#include "plugin.h"
24#include "mpegplayer.h" 24#include "mpegplayer.h"
25#include "mpeg2dec_config.h" 25#include "libmpeg2/mpeg2dec_config.h"
26#include "lib/grey.h" 26#include "lib/grey.h"
27#include "video_out.h" 27#include "video_out.h"
28#include "mpeg_settings.h" 28#include "mpeg_settings.h"