Mercurial > libavcodec.hg
diff Makefile @ 6738:bdacae101076 libavcodec
Add Dirac support through libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
author | diego |
---|---|
date | Sat, 03 May 2008 13:59:45 +0000 |
parents | df467cebd0d3 |
children | 18084aaa277b |
line wrap: on
line diff
--- a/Makefile Sat May 03 13:55:31 2008 +0000 +++ b/Makefile Sat May 03 13:59:45 2008 +0000 @@ -325,6 +325,8 @@ 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