summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-19 14:53:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-19 14:53:41 +0000
commitd5f4f0856c5c012c005880bfc5cd252780f32a47 (patch)
treeee12ad1258f732a9d5fa5d8b2446345579ab7eb9
parentbe4c9f7142f8c314b98e309568dca71eb3c7f716 (diff)
downloadmpv-d5f4f0856c5c012c005880bfc5cd252780f32a47.tar.bz2
mpv-d5f4f0856c5c012c005880bfc5cd252780f32a47.tar.xz
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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])