diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-17 22:58:28 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-17 22:58:28 +0000 |
commit | 0985e1a3ca52436741b95907d9d1c90a42f839b1 (patch) | |
tree | 7ffe8a500cf8e24d3a978c69d39b92c5163bb070 /libavfilter/Makefile | |
parent | 909865fdbe7225d6e9b4eb5da15028104a4a06da (diff) | |
download | ffmpeg-0985e1a3ca52436741b95907d9d1c90a42f839b1.tar.gz |
move the av_parse_color() function from libavfilter to libavcore
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 254d4dbee1..71dcf2a01f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -12,7 +12,6 @@ OBJS = allfilters.o \ defaults.o \ formats.o \ graphparser.o \ - parseutils.o \ OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o |