diff options
author | James Zern <jzern@google.com> | 2010-05-25 01:19:08 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-25 01:19:08 +0000 |
commit | 8299a7f81974db82ed7bbe3469c25f386ff4effd (patch) | |
tree | cabf1eba5dbeb77cf9d6bd89904a6adb9d850fb5 /libavcodec/Makefile | |
parent | ce2a9bc3c86e6e0bfa9bf058bc8157acda88aea0 (diff) | |
download | ffmpeg-8299a7f81974db82ed7bbe3469c25f386ff4effd.tar.gz |
VP8 decoding via libvpx.
Patch by James Zern for Google, Inc., jzern google com
Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a112850d68..0efc1dcb66 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -536,6 +536,7 @@ OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o \ OBJS-$(CONFIG_LIBSPEEX_DECODER) += libspeexdec.o OBJS-$(CONFIG_LIBTHEORA_ENCODER) += libtheoraenc.o OBJS-$(CONFIG_LIBVORBIS_ENCODER) += libvorbis.o +OBJS-$(CONFIG_LIBVPX_DECODER) += libvpxdec.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvidff.o libxvid_rc.o |