mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 03:37:27 +00:00
Remove useless variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
59903e12fa
commit
272a50f003
@ -275,8 +275,7 @@ endif
|
||||
|
||||
OBJS=$(SRCS:.c=.o)
|
||||
|
||||
SRCS2=$(ENCODER_SRCS)
|
||||
OBJS2=$(SRCS2:.c=.o)
|
||||
OBJS2=$(ENCODER_SRCS:.c=.o)
|
||||
|
||||
CFLAGS = -I.. \
|
||||
-Inative \
|
||||
|
Loading…
Reference in New Issue
Block a user