From 4c15b4e3459311f8d458e0e9c031a473efe5f0b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Wed, 2 Jul 2025 23:41:29 -0300 Subject: adding an example, without using libtuberia for now --- example/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/Makefile.am (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am new file mode 100644 index 0000000..f7bee12 --- /dev/null +++ b/example/Makefile.am @@ -0,0 +1,7 @@ +noinst_PROGRAMS = decode_filter_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 + -- cgit v1.2.3