Commit 55c0b7dc authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Paul Saman

Fix including of xdm.h

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 0b9e30c1
......@@ -24,9 +24,9 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#define VLC_IS_AUDDEC
#include "davinci.h"
#include "davinci.h"
#include <ti/sdo/ce/audio/auddec.h>
#include <assert.h>
/* Define this to use PTS from the block corresponding to the first byte in
......
......@@ -27,12 +27,10 @@
#include <vlc/vlc.h>
#include <vlc/decoder.h>
#define XDM_INCLUDE_DOT9_SUPPORT /* Support old 0.9 API */
#include <gnu/targets/std.h>
#include <xdc/std.h>
#include <ti/xdais/xdas.h>
#ifdef VLC_IS_AUDDEC
#include <ti/sdo/ce/audio/auddec.h> /* Needs to be included before XDM for some reason */
#endif
#include <ti/xdais/dm/xdm.h>
#include <ti/sdo/ce/CERuntime.h>
#include <ti/sdo/ce/Engine.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment