diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-19 14:40:02 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-19 14:40:02 +0000 |
commit | 40cce9ff916506853140c18655d9b55217f1b63a (patch) | |
tree | 302f9c1420e33f58b5bc2dd935c431680ddb422e /libavcodec/Makefile | |
parent | 5acd8d9e773d0b7dff256e8ed1128b96a6a77a6d (diff) | |
download | ffmpeg-40cce9ff916506853140c18655d9b55217f1b63a.tar.gz |
move sp5x decoder in its own file
Originally committed as revision 9071 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 4f81eca3b8..54597a884e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -154,7 +154,7 @@ OBJS-$(CONFIG_SOL_DPCM_DECODER) += dpcm.o OBJS-$(CONFIG_SONIC_DECODER) += sonic.o OBJS-$(CONFIG_SONIC_ENCODER) += sonic.o OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o -OBJS-$(CONFIG_SP5X_DECODER) += mjpegdec.o mjpeg.o +OBJS-$(CONFIG_SP5X_DECODER) += sp5xdec.o mjpegdec.o mjpeg.o OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o OBJS-$(CONFIG_SVQ3_DECODER) += h264.o |