aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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
+