- 06 Jan, 2014 1 commit
-
-
Diego Biurrun authored
The define does not originate from configure, so it should not have a name that is CONFIG_-prefixed.
-
- 15 Oct, 2013 2 commits
-
-
Derek Buitenhuis authored
You cannot count on it being present on all systems, and you cannot include libm.h in a host tool, so just hard code a baseline implementation. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
You cannot count on it being present on all systems, and you cannot include libm.h in a host tool, so just hard code a baseline implementation. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 06 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
We dont include mathematics.h as the headers get configured by config.h for the target not the host. Reviewed-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jun, 2012 1 commit
-
-
Janne Grunau authored
Add -D_XOPEN_SOURCE=600 to host cflags to make the constants in math.h available. Include math.h where necessary and remove redundant M_PI defines.
-
- 19 May, 2011 3 commits
-
-
Diego Biurrun authored
This is consistent with how all other table generation programs are named. Moreover this ensures that the cos table generation program is correctly deleted when cleaning the tree.
-
Mans Rullgard authored
This collapses the make rules for the trig tables into a pattern rule. Based on a patch by Diego, modified to avoid using fragile make constructs and allow future addition of fixed-point sin tables. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 31 Mar, 2011 1 commit
-
-
Mans Rullgard authored
-
- 20 Mar, 2011 1 commit
-
-
Mans Rullgard authored
This leaves fft.h with only the core FFT and MDCT definitions thus making it more managable. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 07 Mar, 2010 1 commit
-
-
Reimar Döffinger authored
need to include fft.h, not dsputil.h. Originally committed as revision 22278 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2009 2 commits
-
-
Reimar Döffinger authored
Originally committed as revision 20244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
for ff_cos_* and ff_sin_* without introducing too much code duplication. Originally committed as revision 20243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
--enable-hardcoded-tables was used. Due to the size, the code for the tables is generated at compile time. Originally committed as revision 20232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-