diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-09 18:56:51 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-09 18:56:51 +0000 |
commit | dd18b301f4c8df38bb6e6f279d732927df8eef5f (patch) | |
tree | 5c8cfe62257d4768166c7659961261feb0e171a8 | |
parent | f6e8140941c5b8fd7c868f2cce6b0527ff1f7c49 (diff) | |
download | ffmpeg-dd18b301f4c8df38bb6e6f279d732927df8eef5f.tar.gz |
Enable linking of parseutils.o.
Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/Makefile | 1 |
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 |