git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5553 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-11 02:51:02 +00:00
parent 24a5801132
commit 546eef2780
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ifeq ($(JPEG),yes)
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)