[MPlayer-cvslog] r21289 - trunk/libmpcodecs/Makefile

diego subversion at mplayerhq.hu
Sun Nov 26 23:11:46 CET 2006


Author: diego
Date: Sun Nov 26 23:11:46 2006
New Revision: 21289

Modified:
   trunk/libmpcodecs/Makefile

Log:
Remove useless variable indirection.


Modified: trunk/libmpcodecs/Makefile
==============================================================================
--- trunk/libmpcodecs/Makefile	(original)
+++ trunk/libmpcodecs/Makefile	Sun Nov 26 23:11:46 2006
@@ -275,8 +275,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-SRCS2=$(ENCODER_SRCS)
-OBJS2=$(SRCS2:.c=.o)
+OBJS2=$(ENCODER_SRCS:.c=.o)
 
 CFLAGS  = -I.. \
           -Inative \



More information about the MPlayer-cvslog mailing list