diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-11 20:41:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-24 09:28:18 +0200 |
commit | 129bb238430ec45a3b5f8f1d384df590ddf7b62f (patch) | |
tree | ed6b4b70661ef80b06e76e624ddfde9d45f84183 /libavfilter/Makefile | |
parent | 2a6eaeaa85d17b27ee0dd449183ec197c35c9675 (diff) | |
download | ffmpeg-129bb238430ec45a3b5f8f1d384df590ddf7b62f.tar.gz |
lavfi: add a slice threading infrastructure
Mostly based on libavcodec's
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 7555b49428..96fa8c0c79 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -92,5 +92,7 @@ OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o +OBJS-$(HAVE_THREADS) += pthread.o + TOOLS = graph2dot TESTPROGS = filtfmts |