summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-11-09 18:56:51 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-11-09 18:56:51 +0000
commitdd18b301f4c8df38bb6e6f279d732927df8eef5f (patch)
tree5c8cfe62257d4768166c7659961261feb0e171a8 /libavfilter/Makefile
parentf6e8140941c5b8fd7c868f2cce6b0527ff1f7c49 (diff)
Enable linking of parseutils.o.
Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 79944c27d0..295bd58f32 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -10,6 +10,7 @@ OBJS = allfilters.o \
avfilter.o \
defaults.o \
formats.o \
+ parseutils.o \
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o