VirtualBox

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

最後變更 在這個檔案從7964是 5776,由 vboxsync 提交於 17 年 前

ffmpeg: exported to OSE

  • 屬性 svn:executable 設為 *
檔案大小: 399 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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