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 /libavformat/Makefile | |
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 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 0a30c6ec1a..6973b15995 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -334,11 +334,8 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -# libavdevice dependencies -OBJS-$(CONFIG_JACK_INDEV) += timefilter.o - EXAMPLES = metadata output -TESTPROGS = seek timefilter +TESTPROGS = seek TOOLS = pktdumper probetest include $(SRC_PATH)/subdir.mak |