Refactoring ASCCI-Art image printing

This commit is contained in:
Andreas Eversberg
2021-09-24 16:09:19 +02:00
parent 6fa74a1296
commit 922b4af362
43 changed files with 231 additions and 730 deletions

View File

@@ -28,6 +28,7 @@ mpt1327_LDADD = \
$(top_builddir)/src/libwave/libwave.a \
$(top_builddir)/src/libsample/libsample.a \
$(top_builddir)/src/libg711/libg711.a \
$(top_builddir)/src/libaaimage/libaaimage.a \
-lm
if HAVE_ALSA

View File

@@ -50,7 +50,7 @@ static int per = 5;
static int pon = 1;
static int timeout = 30;
void print_image(void) {}
const char *aaimage[] = { NULL };
void print_help(const char *arg0)
{