libav-config: add switches --disable-avfilter --disable-avdevice
commit03544e7b822991ed56b585f5efdde37d8358e5d7
authorUoti Urpala <uau@mplayer2.org>
Sat, 18 Aug 2012 13:32:20 +0000 (18 16:32 +0300)
committerUoti Urpala <uau@mplayer2.org>
Sat, 18 Aug 2012 13:32:54 +0000 (18 16:32 +0300)
treea4a8d15a4398ad6776bd604e4737cd2419bbcf67
parentc62dbb829347eaf4040fcc77b636255675d5cafc
libav-config: add switches --disable-avfilter --disable-avdevice

Replace '--disable-devices' with '--disable-avdevice' which disables
building the whole libavdevice library (the latter switch was added
after initial version of the script). Add --disable-avfilter.

Libavresample is still not disabled, even though it's not currently
used by mplayer2. I expect it will be used soon.
script/libav-config