aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-17 20:52:49 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-18 07:15:02 -0300
commitb1fcc672448f8403a567cd280c2151eb6d5799cb (patch)
tree995ef80358f3c88807d8034b5ad3f78b54301482 /example/Makefile.am
parentee208b6f61a4f2f52d6a796acdb0764374d23234 (diff)
downloadlibtuberia-b1fcc672448f8403a567cd280c2151eb6d5799cb.tar.gz
adding documentation
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am5
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