diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-12-28 13:09:57 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-12-28 13:09:57 +0000 |
commit | 3c808d8cc4c9dfbb24274205dcc3183ba95a3a5f (patch) | |
tree | 216f9e6faa93ce5626be5a5dffdcf726de8592de /libavcodec/Makefile | |
parent | d43df959d7cbfd37ed00666b9fea25edb700fbc6 (diff) | |
download | ffmpeg-3c808d8cc4c9dfbb24274205dcc3183ba95a3a5f.tar.gz |
Sort properly
Originally committed as revision 11343 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 02560e7aaf..139689a833 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -172,10 +172,10 @@ OBJS-$(CONFIG_SONIC_DECODER) += sonic.o golomb.o OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o golomb.o OBJS-$(CONFIG_SONIC_LS_ENCODER) += sonic.o golomb.o OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o +OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o h263.o OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o motion_est.o h263.o OBJS-$(CONFIG_SVQ3_DECODER) += h264.o h264idct.o h264pred.o cabac.o golomb.o -OBJS-$(CONFIG_SUNRAST_DECODER) += sunrast.o OBJS-$(CONFIG_TARGA_DECODER) += targa.o OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o OBJS-$(CONFIG_THEORA_DECODER) += vp3.o xiph.o vp3dsp.o |