summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-29 18:49:15 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-29 18:49:15 +0000
commit38e54a75abf2dbf41773f584a0afc6492baa099a (patch)
treef193d17e86296bcaf0592d34dc6f3e23362970ba /libavformat
parentd004179e197fc9be7fbefa7c38c09984517cbfed (diff)
Make the configure script select the input/output devices using
--enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8973bef42a..8e8a869043 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -251,7 +251,7 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
# libavdevice dependencies
-OBJS-$(CONFIG_JACK_DEMUXER) += timefilter.o
+OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
EXAMPLES = output
TESTPROGS = timefilter