diff libmpcodecs/Makefile @ 7729:36170c5a3c9a

liblzo realtime video codec support (decoding only) patch by Tilmann Bitterberg <transcode@tibit.org>
author arpi
date Sun, 13 Oct 2002 21:40:10 +0000
parents 9d433771b6d0
children 7637b72ef1f9
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sun Oct 13 21:26:00 2002 +0000
+++ b/libmpcodecs/Makefile	Sun Oct 13 21:40:10 2002 +0000
@@ -22,6 +22,10 @@
 VIDEO_SRCS += vd_ijpg.c
 endif
 
+ifeq ($(LZO),yes)
+VIDEO_SRCS += vd_lzo.c
+endif
+
 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
 OBJS=$(SRCS:.c=.o)