summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-10-27 04:30:48 +0000
committerMike Melanson <mike@multimedia.cx>2004-10-27 04:30:48 +0000
commitab711b3c8d59671e2f506a9febd030f74fda006b (patch)
tree899ae36dc2010b090aeb109609562b93b4f809bd /libavcodec/Makefile
parent3237f7318344f55a9397eeaa1e4536319c7a9987 (diff)
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/Makefile2
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)