X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Fa52dec-0.7.3%2Fsrc%2FMakefile.am;fp=cinelerra-5.1%2Flibzmpeg3%2Fa52dec-0.7.3%2Fsrc%2FMakefile.am;h=c23c1fc662007edc08bc3fb0d930ca7aa8b6837d;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=0000000000000000000000000000000000000000;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/libzmpeg3/a52dec-0.7.3/src/Makefile.am b/cinelerra-5.1/libzmpeg3/a52dec-0.7.3/src/Makefile.am new file mode 100644 index 00000000..c23c1fc6 --- /dev/null +++ b/cinelerra-5.1/libzmpeg3/a52dec-0.7.3/src/Makefile.am @@ -0,0 +1,11 @@ +CFLAGS = @CFLAGS@ @A52DEC_CFLAGS@ + +bin_PROGRAMS = a52dec extract_a52 +a52dec_SOURCES = a52dec.c getopt.c +a52dec_LDADD = $(top_builddir)/liba52/liba52.la \ + $(top_builddir)/libao/libao.a @LIBAO_LIBS@ +extract_a52_SOURCES = extract_a52.c getopt.c + +man_MANS = a52dec.1 extract_a52.1 + +EXTRA_DIST = configure.incl getopt.h $(man_MANS)