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
commit
14da6549a7
1 changed files with 4 additions and 0 deletions
  1. +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 */


Loading…
Cancel
Save