changeset 5552:20b0864bc01e

10l
author arpi
date Thu, 11 Apr 2002 02:51:02 +0000
parents 73978162b6a1
children 38697931adf4
files libmpcodecs/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Thu Apr 11 02:50:47 2002 +0000
+++ b/libmpcodecs/Makefile	Thu Apr 11 02:51:02 2002 +0000
@@ -17,7 +17,7 @@
 VIDEO_SRCS += vd_ijpg.c
 endif
 
-SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(ENCODER_SRCS)
+SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 SRCS2=$(ENCODER_SRCS)