[MPlayer-cvslog] r26371 - trunk/TOOLS/Makefile

diego subversion at mplayerhq.hu
Wed Apr 9 19:03:09 CEST 2008


Author: diego
Date: Wed Apr  9 19:03:08 2008
New Revision: 26371

Log:
Do not build subrip with debugging symbols.


Modified:
   trunk/TOOLS/Makefile

Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Wed Apr  9 19:03:08 2008
@@ -43,7 +43,7 @@ REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)
 
 realcodecs: $(REAL_TARGETS)
 
-subrip fastmemcpybench realcodecs: CFLAGS += -g
+fastmemcpybench realcodecs: CFLAGS += -g
 
 %.so.6.0: %.o
 	ld -shared -o $@ $< -ldl -lc



More information about the MPlayer-cvslog mailing list