forked from len0rd/rockbox
revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fab528e574
commit
042bbad6d6
5 changed files with 1253 additions and 2 deletions
14
apps/codecs/libwma/ffmpeg_config.h
Normal file
14
apps/codecs/libwma/ffmpeg_config.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* Automatically generated by configure - do not modify */
|
||||
#ifndef _FFMPEG_CONFIG_H
|
||||
#define _FFMPEG_CONFIG_H
|
||||
#include "codecs.h"
|
||||
|
||||
#ifdef CPU_ARM
|
||||
#define CONFIG_ALIGN 1
|
||||
#endif
|
||||
|
||||
#ifdef ROCKBOX_BIG_ENDIAN
|
||||
#define WORDS_BIGENDIAN
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue