Skip to content

Commit

Permalink
split SVQ1 decoder and encoder in their own files
Browse files Browse the repository at this point in the history
Originally committed as revision 9507 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
aurelj committed Jul 6, 2007
1 parent b54bb84 commit 5416616
Show file tree
Hide file tree
Showing 8 changed files with 1,585 additions and 1,455 deletions.
4 changes: 2 additions & 2 deletions libavcodec/Makefile
Expand Up @@ -160,8 +160,8 @@ 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_SVQ1_DECODER) += svq1.o
OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o
OBJS-$(CONFIG_SVQ1_DECODER) += svq1dec.o svq1.o
OBJS-$(CONFIG_SVQ1_ENCODER) += svq1enc.o svq1.o
OBJS-$(CONFIG_SVQ3_DECODER) += h264.o cabac.o golomb.o
OBJS-$(CONFIG_TARGA_DECODER) += targa.o
OBJS-$(CONFIG_TARGA_ENCODER) += targaenc.o rle.o
Expand Down

0 comments on commit 5416616

Please sign in to comment.