From d5f4f0856c5c012c005880bfc5cd252780f32a47 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 19 Apr 2009 14:53:41 +0000 Subject: Add files in all library subdirectories to FFMPEGFILES variable, not just the ones below libavcodec. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2eeace4ebd..d6097d5bb8 100644 --- a/Makefile +++ b/Makefile @@ -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]) -- cgit v1.2.3