diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-05-14 21:04:03 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-17 00:46:32 +0200 |
commit | 0aa013fa8a5ff0d787330a79be6dcfe411423077 (patch) | |
tree | 61f2255246d85d32507cfca6b4688d1b06c97b7e /libavfilter/Makefile | |
parent | 54372848f3276ad88cd5b224ce22df343e10d513 (diff) | |
download | ffmpeg-0aa013fa8a5ff0d787330a79be6dcfe411423077.tar.gz |
lavfi: factorize drawgrid and drawbox code
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9279775b5b..d51af947c2 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -121,7 +121,7 @@ OBJS-$(CONFIG_DECIMATE_FILTER) += vf_decimate.o OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o -OBJS-$(CONFIG_DRAWGRID_FILTER) += vf_drawgrid.o +OBJS-$(CONFIG_DRAWGRID_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o OBJS-$(CONFIG_EXTRACTPLANES_FILTER) += vf_extractplanes.o |