diff options
author | deva <deva> | 2005-04-29 13:53:47 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-29 13:53:47 +0000 |
commit | 0791ce8426fe56246afa4123c37388c2f506f8ce (patch) | |
tree | 3bf583d2ce5b998e789c0002dff23ba3b52083a5 /tools/MIaVAdd | |
parent | edb7f06d81d94178aace1a9c29888e4bb800fb6a (diff) |
Testing mpeg4 (divx) codec
Diffstat (limited to 'tools/MIaVAdd')
-rwxr-xr-x | tools/MIaVAdd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/MIaVAdd b/tools/MIaVAdd index 8a62377..3d30d63 100755 --- a/tools/MIaVAdd +++ b/tools/MIaVAdd @@ -25,6 +25,9 @@ function allfile() { echo " * along with this program; if not, write to the Free Software" >> $1; echo " * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." >> $1; echo " */" >> $1; + echo "/*" >> $1; + echo " * \$Id$" >> $1; + echo " */" >> $1; echo "" >> $1; echo "#include <config.h>" >> $1; } |