diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-21 11:47:39 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-21 20:29:05 +0200 |
commit | 5dd35b43f1cd3dddaddaae8e2f267117b5fa2d54 (patch) | |
tree | ffa44a421f5d3f84b7e6a900b75b527426ecb45f /libavdevice/jack_audio.c | |
parent | b06df7075590b7954900a9ef5e2dd0e7e832544c (diff) | |
download | ffmpeg-5dd35b43f1cd3dddaddaae8e2f267117b5fa2d54.tar.gz |
Move timefilter code from lavf to lavd.
It's only used in the JACK device.
Fixes linking shared lavd with JACK enabled.
Diffstat (limited to 'libavdevice/jack_audio.c')
-rw-r--r-- | libavdevice/jack_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/jack_audio.c b/libavdevice/jack_audio.c index 4907e82395..f75c176be9 100644 --- a/libavdevice/jack_audio.c +++ b/libavdevice/jack_audio.c @@ -29,7 +29,7 @@ #include "libavutil/opt.h" #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" -#include "libavformat/timefilter.h" +#include "timefilter.h" /** * Size of the internal FIFO buffers as a number of audio packets |