comparison qdm2_tablegen.c @ 11552:8bef88bc329d libavcodec

Include appropriate header in table generators instead of using a dummy av_cold define.
author reimar
date Mon, 29 Mar 2010 21:32:38 +0000
parents 424b8482f316
children e03e3df6fb7d
comparison
equal deleted inserted replaced
11551:04f5fe406669 11552:8bef88bc329d
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include <stdlib.h> 23 #include <stdlib.h>
24 #define av_cold
25 #define CONFIG_HARDCODED_TABLES 0 24 #define CONFIG_HARDCODED_TABLES 0
26 #include "qdm2_tablegen.h" 25 #include "qdm2_tablegen.h"
27 #include "tableprint.h" 26 #include "tableprint.h"
28 27
29 void tableinit(void) 28 void tableinit(void)