[FFmpeg-cvslog] Makefile: fix path to ffprobe.xsd

Michael Niedermayer git at videolan.org
Tue Dec 27 22:32:26 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Dec 27 22:29:40 2011 +0100| [29c1b258abac40c43783477af9852830868c14c8] | committer: Michael Niedermayer

Makefile: fix path to ffprobe.xsd

Idea-by: beastd
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29c1b258abac40c43783477af9852830868c14c8
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 52645a3..69b4c9f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ FFLIBS-$(CONFIG_SWSCALE)  += swscale
 
 FFLIBS := avutil
 
-DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.ffpreset) doc/ffprobe.xsd
+DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.ffpreset) $(SRC_PATH)/doc/ffprobe.xsd
 
 SKIPHEADERS = cmdutils_common_opts.h
 



More information about the ffmpeg-cvslog mailing list