You've already forked FFmpeg
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user