VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/version.sh@ 9713

Last change on this file since 9713 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

  • Property svn:executable set to *
File size: 399 bytes
Line 
1#!/bin/sh
2
3svn_revision=`cd "$1" && svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
4test $svn_revision || svn_revision=UNKNOWN
5
6NEW_REVISION="#define FFMPEG_VERSION \"SVN-r$svn_revision\""
7OLD_REVISION=`cat version.h 2> /dev/null`
8
9# Update version.h only on revision changes to avoid spurious rebuilds
10if test "$NEW_REVISION" != "$OLD_REVISION"; then
11 echo "$NEW_REVISION" > version.h
12fi
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette