diff options
-rw-r--r-- | libtoolame-dab/options.h | 2 | ||||
-rw-r--r-- | libtoolame-dab/toolame.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libtoolame-dab/options.h b/libtoolame-dab/options.h index b12e549..ea4d0e4 100644 --- a/libtoolame-dab/options.h +++ b/libtoolame-dab/options.h @@ -23,6 +23,6 @@ typedef struct } options; -options glopts; +extern options glopts; #endif diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c index 961561f..b15e555 100644 --- a/libtoolame-dab/toolame.c +++ b/libtoolame-dab/toolame.c @@ -23,6 +23,8 @@ Bit_stream_struc bs; +options glopts; + const int FPAD_LENGTH=2; void smr_dump(double smr[2][SBLIMIT], int nch); |