Mercurial > mplayer.hg
changeset 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 | 8c3fbc5bf67d |
children | 364bf97ea97f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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])