[MPlayer-cvslog] r29191 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Apr 19 16:53:41 CEST 2009


Author: diego
Date: Sun Apr 19 16:53:41 2009
New Revision: 29191

Log:
Add files in all library subdirectories to FFMPEGFILES variable, not
just the ones below libavcodec.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Apr 19 15:32:15 2009	(r29190)
+++ trunk/Makefile	Sun Apr 19 16:53:41 2009	(r29191)
@@ -792,7 +792,7 @@ PARTS = libavcodec \
         libswscale \
 
 FFMPEGLIBS  = $(foreach part, $(PARTS), $(part)/$(part).a)
-FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS])
+FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] $(part)/*/*.[chS])
 
 
 


More information about the MPlayer-cvslog mailing list