aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-05 20:15:31 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-05 20:16:57 -0300
commit519a4bf995d1a8eb112feaa7fbee8b39657e15da (patch)
treeee285408fb31966036ce6cdfc91dc329d37e0512 /example/Makefile.am
parent9cd9aba0935cc87b70fdd456bac5ba452b50d9bf (diff)
downloadlibtuberia-519a4bf995d1a8eb112feaa7fbee8b39657e15da.tar.gz
renaming example
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index f7bee12..5043e21 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,7 +1,7 @@
-noinst_PROGRAMS = decode_filter_encode
+noinst_PROGRAMS = decode_resize_encode
-decode_filter_encode_CFLAGS = $(AM_CFLAGS) -I../src
-decode_filter_encode_LDADD = ../src/libtuberia.a
-decode_filter_encode_LDFLAGS = -lpthread -lavcodec -lavformat -lavutil -lswscale
-decode_filter_encode_SOURCES = decode_filter_encode.c
+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