# HG changeset patch # User stefano # Date 1246301355 0 # Node ID 78acb97d1ac5d62f044ff6e78f1bec20a05588c9 # Parent 696b27c2791a9ff3230ec75ad653b0d6e2cd2183 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. diff -r 696b27c2791a -r 78acb97d1ac5 Makefile --- a/Makefile Mon Jun 29 18:37:29 2009 +0000 +++ b/Makefile Mon Jun 29 18:49:15 2009 +0000 @@ -251,7 +251,7 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o # libavdevice dependencies -OBJS-$(CONFIG_JACK_DEMUXER) += timefilter.o +OBJS-$(CONFIG_JACK_INDEV) += timefilter.o EXAMPLES = output TESTPROGS = timefilter