diff options
author | Diego Biurrun | 2007-01-25 00:16:28 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-01-25 00:16:28 +0000 |
commit | 150d27725b8fc9240a8b9d51ae8606782494e2be (patch) | |
tree | 38c778d58e5ab6fcf7903c0285fae531b85f38c3 /libavcodec/Makefile | |
parent | bf50703313fb9942ee1689550212a5aa66ff3328 (diff) |
Theora encoding via libtheora.
courtesy of Paul Richards, paul.richards gmail com
Originally committed as revision 7698 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 56cfdfa284..a8fd2c8e12 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -258,6 +258,7 @@ OBJS-$(CONFIG_LIBFAAC) += faac.o OBJS-$(CONFIG_LIBFAAD) += faad.o OBJS-$(CONFIG_LIBGSM) += libgsm.o OBJS-$(CONFIG_LIBMP3LAME) += mp3lameaudio.o +OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o OBJS-$(CONFIG_LIBVORBIS) += oggvorbis.o OBJS-$(CONFIG_X264) += x264.o OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o |