mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, support disable asm for FFMPEG
This commit is contained in:
parent
2f4ccc27f6
commit
41acc5033e
3 changed files with 19 additions and 7 deletions
|
@ -2,5 +2,5 @@
|
|||
#ifndef AVUTIL_AVCONFIG_H
|
||||
#define AVUTIL_AVCONFIG_H
|
||||
#define AV_HAVE_BIGENDIAN 0
|
||||
#define AV_HAVE_FAST_UNALIGNED 1
|
||||
#define AV_HAVE_FAST_UNALIGNED 0
|
||||
#endif /* AVUTIL_AVCONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue