From b9cc33c6ecb9d2689b1c3381c6061455cad862f0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 12 May 2019 09:36:12 +0200 Subject: OsmoTV: Added more test patterns for TV repair - improved FUBK - red screen for DY adjustment - crosses and dots for convergence adjustment - EBU color bars - natural color image --- src/tv/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/tv/Makefile.am') diff --git a/src/tv/Makefile.am b/src/tv/Makefile.am index d1fdb37..d14baad 100644 --- a/src/tv/Makefile.am +++ b/src/tv/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check +AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check $(IMAGEMAGICK_CFLAGS) bin_PROGRAMS = \ osmotv @@ -6,9 +6,13 @@ bin_PROGRAMS = \ osmotv_SOURCES = \ bas.c \ fubk.c \ + ebu.c \ + convergence.c \ + color.c \ font.c \ vcr.c \ image.c \ + sample_image.c \ tv_modulate.c \ channels.c \ main.c @@ -22,7 +26,7 @@ osmotv_LDADD = \ $(top_builddir)/src/libwave/libwave.a \ $(top_builddir)/src/libsample/libsample.a \ $(ALSA_LIBS) \ - $(GRAPHICSMAGICK_LIBS) $(IMAGEMAGICK_LIBS) \ + $(IMAGEMAGICK_LIBS) \ -lm if HAVE_SDR -- cgit v1.2.3