Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
55c0b7dc
Commit
55c0b7dc
authored
Aug 04, 2008
by
Rafaël Carré
Committed by
Jean-Paul Saman
Nov 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix including of xdm.h
Signed-off-by:
Jean-Paul Saman
<
jean-paul.saman@m2x.nl
>
parent
0b9e30c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
modules/codec/davinci/auddec.c
modules/codec/davinci/auddec.c
+2
-2
modules/codec/davinci/davinci.h
modules/codec/davinci/davinci.h
+1
-3
No files found.
modules/codec/davinci/auddec.c
View file @
55c0b7dc
...
...
@@ -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
...
...
modules/codec/davinci/davinci.h
View file @
55c0b7dc
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment