[MPlayer-cvslog] r22556 - trunk/liba52/Makefile
    diego 
    subversion at mplayerhq.hu
       
    Tue Mar 13 23:32:23 CET 2007
    
    
  
Author: diego
Date: Tue Mar 13 23:32:22 2007
New Revision: 22556
Modified:
   trunk/liba52/Makefile
Log:
Simplify test program compilation.
Modified: trunk/liba52/Makefile
==============================================================================
--- trunk/liba52/Makefile	(original)
+++ trunk/liba52/Makefile	Tue Mar 13 23:32:22 2007
@@ -12,8 +12,8 @@ SRCS_COMMON = crc.c \
 
 include ../mpcommon.mak
 
-test: $(LIBNAME_COMMON) test.c
-	$(CC) $(CFLAGS)  test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
+test: test.c ../osdep/libosdep.a $(LIBNAME_COMMON)
+	$(CC) $(CFLAGS) -o $@ $^ -lm
 
 distclean::
 	rm -f test
    
    
More information about the MPlayer-cvslog
mailing list