diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-29 18:49:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-29 18:49:15 +0000 |
commit | 38e54a75abf2dbf41773f584a0afc6492baa099a (patch) | |
tree | f193d17e86296bcaf0592d34dc6f3e23362970ba /libavformat/Makefile | |
parent | d004179e197fc9be7fbefa7c38c09984517cbfed (diff) | |
download | ffmpeg-38e54a75abf2dbf41773f584a0afc6492baa099a.tar.gz |
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/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
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 |