Commit ff9c72ee authored by Jean-Paul Saman's avatar Jean-Paul Saman

ATSC ETT Table: fix compilation

Include config.h as first include file. It comes with some defines needed
for compilation.
parent 6f82e448
...@@ -40,7 +40,7 @@ AC_ARG_ENABLE(debug, ...@@ -40,7 +40,7 @@ AC_ARG_ENABLE(debug,
esac],[debug=false]) esac],[debug=false])
if test "$debug" = "true" if test "$debug" = "true"
then then
CFLAGS_dist="${CFLAGS_dist} -g -ggdb3" CFLAGS_dist="${CFLAGS_dist} -ggdb3"
fi fi
dnl --enable-release dnl --enable-release
......
...@@ -20,6 +20,9 @@ atsc_ett.c ...@@ -20,6 +20,9 @@ atsc_ett.c
Decode PSIP Extended Text Table. Decode PSIP Extended Text Table.
*/ */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h> #include <stdbool.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment