summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-28 20:46:58 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-28 20:46:58 +0000
commit54003e1a707dea428c4dc56d2fdda8180063b122 (patch)
tree074b1fd9330430b537f0d14862d54153b5000ccf /Makefile
parent76a77ff291aac29f4c6df86dfd7db60e1097fee6 (diff)
get svn version when using separate build tree
Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91fa008fe0..9c64009138 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs
.PHONY: version.h
version.h:
- $(SRC_PATH)/version.sh
+ $(SRC_PATH)/version.sh "$(SRC_PATH)"
output_example$(EXESUF): output_example.o .libs
$(CC) $(FFLIBDIRS) $(LDFLAGS) -o $@ output_example.o $(FFLIBS) $(EXTRALIBS)