diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-19 18:58:07 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-19 18:58:07 -0300 |
commit | c8197fbb9b4beafdd6a927fbf323a3e50963aeb6 (patch) | |
tree | 5dd7d5486cac4f0820fb0999fd1fdc5af158bae7 /example | |
parent | b1fcc672448f8403a567cd280c2151eb6d5799cb (diff) | |
download | libtuberia-c8197fbb9b4beafdd6a927fbf323a3e50963aeb6.tar.gz |
fix documentation distribution and installation
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 5270584..a30c12e 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,7 +1,7 @@ if EXAMPLES noinst_PROGRAMS = decode_resize_encode -decode_resize_encode_CFLAGS = $(AM_CFLAGS) -I../src +decode_resize_encode_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/../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 |