diff options
author | Matthew Hoops | 2011-07-02 16:36:37 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-02 16:36:37 -0400 |
commit | 4ace7f626b4d2a5ba2210f2a237fe1293e792a9b (patch) | |
tree | 41ce8a78624aa5b345a5604ddfe401df7f2926d3 /common | |
parent | b44ea652ed745beffb83b73a8675938fa2f01744 (diff) | |
download | scummvm-rg350-4ace7f626b4d2a5ba2210f2a237fe1293e792a9b.tar.gz scummvm-rg350-4ace7f626b4d2a5ba2210f2a237fe1293e792a9b.tar.bz2 scummvm-rg350-4ace7f626b4d2a5ba2210f2a237fe1293e792a9b.zip |
VIDEO: Add Bink video decoder
Based on eos' code which is in turn based on FFmpeg's code
Diffstat (limited to 'common')
-rw-r--r-- | common/fft.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fft.cpp b/common/fft.cpp index 9398034c82..e9764ab9e6 100644 --- a/common/fft.cpp +++ b/common/fft.cpp @@ -26,6 +26,7 @@ // Copyright (c) 2002 Fabrice Bellard // Partly based on libdjbfft by D. J. Bernstein +#include "common/cosinetables.h" #include "common/fft.h" #include "common/util.h" |