On 25/10/2016 23:30, Diego Biurrun wrote: > + case $cfg in > + *coder|*parser|*bsf) > + add_extralibs_lib avcodec $dep_extralibs ;; > + *muxer) > + add_extralibs_lib avformat $dep_extralibs ;; > + *indev|*outdev) > + add_extralibs_lib avdevice $dep_extralibs ;; > + *filter) > + add_extralibs_lib avfilter $dep_extralibs ;; > + *) > + add_extralibs $dep_extralibs ;; > + esac
If this approach works fine for everybody, adding here hwframe would solve the current avutil underlinking issue. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
