aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-19 18:58:07 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-19 18:58:07 -0300
commitc8197fbb9b4beafdd6a927fbf323a3e50963aeb6 (patch)
tree5dd7d5486cac4f0820fb0999fd1fdc5af158bae7 /example
parentb1fcc672448f8403a567cd280c2151eb6d5799cb (diff)
downloadlibtuberia-c8197fbb9b4beafdd6a927fbf323a3e50963aeb6.tar.gz
fix documentation distribution and installation
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am2
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