diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-10-27 04:30:48 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-10-27 04:30:48 +0000 |
commit | ab711b3c8d59671e2f506a9febd030f74fda006b (patch) | |
tree | 899ae36dc2010b090aeb109609562b93b4f809bd /libavcodec/Makefile | |
parent | 3237f7318344f55a9397eeaa1e4536319c7a9987 (diff) | |
download | ffmpeg-ab711b3c8d59671e2f506a9febd030f74fda006b.tar.gz |
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3641 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 83d7079cd7..e41956ba6f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -21,7 +21,7 @@ OBJS= common.o utils.o mem.o allcodecs.o \ msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o 8bps.o \ smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \ flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \ - qdrw.o + qdrw.o xl.o ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB_FIXED),yes) |