diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfxvideo/interp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/interp.h b/plugins/dfxvideo/interp.h index e4ae0e36..0e72983c 100644 --- a/plugins/dfxvideo/interp.h +++ b/plugins/dfxvideo/interp.h @@ -271,7 +271,7 @@ __inline static int interp_32_diff(unsigned int p1, unsigned int p2) return 0; } -static void interp_set(unsigned bits_per_pixel) +__inline static void interp_set(unsigned bits_per_pixel) { interp_bits_per_pixel = bits_per_pixel; |
