diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-30 20:14:36 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-30 20:14:36 +0000 |
commit | f8608dcac35bbb13906ba46ea261fefe73382cf8 (patch) | |
tree | 902470ff9d3fad1a1d46b6b1edcfe3a8abea4a93 /libavfilter/Makefile | |
parent | 60445a09951b1c5076ab8bd4ecdf1146f0392f56 (diff) | |
download | ffmpeg-f8608dcac35bbb13906ba46ea261fefe73382cf8.tar.gz |
Implement frei0r source.
Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 210510f668..792e845838 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -46,6 +46,7 @@ OBJS-$(CONFIG_YADIF_FILTER) += vf_yadif.o OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o OBJS-$(CONFIG_COLOR_FILTER) += vf_pad.o +OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o |