diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-07 11:21:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-09 20:32:49 +0200 |
commit | 0b45334a5880d6e2a4b3642adcd5feab8a27a150 (patch) | |
tree | fce910431912967b4cdeabb80c200aaf17ca90fb /libavfilter/Makefile | |
parent | 472fb3bbfaf6fddb33d45688046184e7684c9f71 (diff) | |
download | ffmpeg-0b45334a5880d6e2a4b3642adcd5feab8a27a150.tar.gz |
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/Makefile | 1 |
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 \ |