1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Our own LZO (1X) implementation, under LGPL and optimized for readability.

Tested on CamStudio sample files.

Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger
2006-01-12 17:52:41 +00:00
parent 1015631b79
commit 517840c654
4 changed files with 182 additions and 11 deletions

View File

@@ -169,6 +169,7 @@ ifeq ($(CONFIG_TSCC_DECODER),yes)
endif
ifeq ($(CONFIG_CSCD_DECODER),yes)
OBJS+= cscd.o
OBJS+= lzo.o
endif
ifeq ($(CONFIG_ULTI_DECODER),yes)
OBJS+= ulti.o