Remove useless variable indirection.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-26 22:11:46 +00:00
parent 59903e12fa
commit 272a50f003
1 changed files with 1 additions and 2 deletions

View File

@ -275,8 +275,7 @@ endif
OBJS=$(SRCS:.c=.o)
SRCS2=$(ENCODER_SRCS)
OBJS2=$(SRCS2:.c=.o)
OBJS2=$(ENCODER_SRCS:.c=.o)
CFLAGS = -I.. \
-Inative \