diff libmpcodecs/Makefile @ 5552:20b0864bc01e

10l
author arpi
date Thu, 11 Apr 2002 02:51:02 +0000
parents 7d1dfb59c6c0
children 2d0b4090497f
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)