On Fri, Nov 16, 2012 at 10:05:13AM +0000, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > --- a/configure > > +++ b/configure > > @@ -980,6 +980,15 @@ COMPONENT_LIST=" > > > > +LIBRARY_LIST=" > > + avcodec > > + avdevice > > + avfilter > > + avformat > > + avresample > > + swscale > > +" > > @@ -1782,13 +1786,8 @@ host_os=$target_os_default > > > > -enable avcodec > > -enable avdevice > > -enable avfilter > > -enable avformat > > -enable avresample > > +enable $LIBRARY_LIST > > enable avutil > > -enable swscale > > Why is avutil not in that list?
Because libavutil is a necessary part of any build and can never be left out. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
