Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-07 13:21:38 +0400
committerAnton Khirnov <anton@khirnov.net>2012-05-09 22:32:49 +0400
commit0b45334a5880d6e2a4b3642adcd5feab8a27a150 (patch)
treefce910431912967b4cdeabb80c200aaf17ca90fb /libavfilter/Makefile
parent472fb3bbfaf6fddb33d45688046184e7684c9f71 (diff)
lavfi: move audio-related functions to a separate file.
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e786b6d2fe..49a47d3e1b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -10,6 +10,7 @@ HEADERS = avfilter.h \
vsrc_buffer.h \
OBJS = allfilters.o \
+ audio.o \
avfilter.o \
avfiltergraph.o \
buffersink.o \