diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-17 20:52:49 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-18 07:15:02 -0300 |
commit | b1fcc672448f8403a567cd280c2151eb6d5799cb (patch) | |
tree | 995ef80358f3c88807d8034b5ad3f78b54301482 /example/Makefile.am | |
parent | ee208b6f61a4f2f52d6a796acdb0764374d23234 (diff) | |
download | libtuberia-b1fcc672448f8403a567cd280c2151eb6d5799cb.tar.gz |
adding documentation
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 5043e21..5270584 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,7 +1,12 @@ +if EXAMPLES noinst_PROGRAMS = decode_resize_encode decode_resize_encode_CFLAGS = $(AM_CFLAGS) -I../src decode_resize_encode_LDADD = ../src/libtuberia.a decode_resize_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale decode_resize_encode_SOURCES = decode_resize_encode.c +endif + +exampledir = $(docdir)/example +example_DATA = decode_resize_encode.c |