Signed-off-by: Mans Rullgard <mans@mansr.com>
| ... | ... |
@@ -18,6 +18,8 @@ |
| 18 | 18 |
* License along with Libav; if not, write to the Free Software |
| 19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | 20 |
*/ |
| 21 |
+ |
|
| 22 |
+#include "libavutil/mathematics.h" |
|
| 21 | 23 |
#include "libavutil/imgutils.h" |
| 22 | 24 |
#include "avcodec.h" |
| 23 | 25 |
#include "get_bits.h" |
| ... | ... |
@@ -29,6 +29,7 @@ |
| 29 | 29 |
#include "libavutil/samplefmt.h" |
| 30 | 30 |
#include "libavutil/intreadwrite.h" |
| 31 | 31 |
#include "libavutil/intfloat_readwrite.h" |
| 32 |
+#include "libavutil/mathematics.h" |
|
| 32 | 33 |
#include "libavutil/random_seed.h" |
| 33 | 34 |
#include "libavutil/lfg.h" |
| 34 | 35 |
#include "libavutil/dict.h" |
| ... | ... |
@@ -18,6 +18,8 @@ |
| 18 | 18 |
* License along with Libav; if not, write to the Free Software |
| 19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | 20 |
*/ |
| 21 |
+ |
|
| 22 |
+#include "libavutil/mathematics.h" |
|
| 21 | 23 |
#include "avformat.h" |
| 22 | 24 |
#include "riff.h" |
| 23 | 25 |
#include "libavutil/dict.h" |
| ... | ... |
@@ -22,6 +22,8 @@ |
| 22 | 22 |
* License along with Libav; if not, write to the Free Software |
| 23 | 23 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 24 | 24 |
*/ |
| 25 |
+ |
|
| 26 |
+#include "libavutil/mathematics.h" |
|
| 25 | 27 |
#include "avformat.h" |
| 26 | 28 |
#include "avio_internal.h" |
| 27 | 29 |
#include "pcm.h" |