diff Makefile @ 29150:00515f7295b3

Add files in all library subdirectories to FFMPEGFILES variable, not just the ones below libavcodec.
author diego
date Sun, 19 Apr 2009 14:53:41 +0000
parents 239a06704f60
children 364bf97ea97f
line wrap: on
line diff
--- a/Makefile	Sun Apr 19 13:32:15 2009 +0000
+++ b/Makefile	Sun Apr 19 14:53:41 2009 +0000
@@ -792,7 +792,7 @@
         libswscale \
 
 FFMPEGLIBS  = $(foreach part, $(PARTS), $(part)/$(part).a)
-FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS])
+FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] $(part)/*/*.[chS])