diff options
author | Anuradha Suraparaju <anuradha@rd.bbc.co.uk> | 2008-05-03 13:59:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-03 13:59:45 +0000 |
commit | f7cd9eed5dd26335a16baae68075e944b61f1c7b (patch) | |
tree | a76c05e53bdd47d643be0eb0b1ccfce17798ce18 /libavcodec/Makefile | |
parent | 34499963e3eb62d465e48ba869cb687763b522e4 (diff) | |
download | ffmpeg-f7cd9eed5dd26335a16baae68075e944b61f1c7b.tar.gz |
Add Dirac support through libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 7fb0bbc27c..237f2f8fc4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -325,6 +325,8 @@ OBJS-$(CONFIG_LIBFAAC) += libfaac.o OBJS-$(CONFIG_LIBFAAD) += libfaad.o OBJS-$(CONFIG_LIBGSM) += libgsm.o OBJS-$(CONFIG_LIBMP3LAME) += libmp3lame.o +OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER) += libschroedingerdec.o libschroedinger.o libdirac_libschro.o +OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.o libschroedinger.o libdirac_libschro.o OBJS-$(CONFIG_LIBTHEORA) += libtheoraenc.o OBJS-$(CONFIG_LIBVORBIS) += libvorbis.o OBJS-$(CONFIG_LIBX264) += libx264.o |