This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Hooking bfin/mathops.h
Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Marc Hoffman
18 years ago
parent
543a90d14a
commit
14da6549a7
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/mathops.h
+ 4
- 0
libavcodec/mathops.h
View File
@@ -36,6 +36,10 @@
#include "ppc/mathops.h"
#elif defined(ARCH_BFIN)
#include "bfin/mathops.h"
#endif
/* generic implementation */
Write
Preview
Loading…
Cancel
Save