[FFmpeg-cvslog] r14813 - trunk/libavutil/Makefile

michael subversion
Sun Aug 17 18:58:47 CEST 2008


Author: michael
Date: Sun Aug 17 18:58:47 2008
New Revision: 14813

Log:
restore alphabetical order of TESTS


Modified:
   trunk/libavutil/Makefile

Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile	(original)
+++ trunk/libavutil/Makefile	Sun Aug 17 18:58:47 2008
@@ -40,7 +40,7 @@ HEADERS = adler32.h \
           rational.h \
           sha1.h
 
-TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 random sha1 softfloat tree pca)
+TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree)
 
 include $(SUBDIR)../subdir.mak
 




More information about the ffmpeg-cvslog mailing list