[FFmpeg-devel] can i port mplayer video filter to libavfilter?

Ramiro Polla ramiro.polla
Mon Nov 22 06:21:42 CET 2010


On Mon, Nov 22, 2010 at 3:17 AM, William Yu <genwillyu at gmail.com> wrote:
> Thanks. Should I modify ffmpeg's configure to add GPL to filter's depends?

Just add a dependency on "gpl" for the filter you want to port, as is
already done with other filters:
# filters
blackframe_filter_deps="gpl"
cropdetect_filter_deps="gpl"
frei0r_filter_deps="frei0r dlopen strtok_r"
ocv_smooth_filter_deps="libopencv"
yadif_filter_deps="gpl"



More information about the ffmpeg-devel mailing list