remove Features5, rework gradient plugin, fix paste_edl track title bug, gl_probe...
[goodguy/cinelerra.git] / cinelerra-5.1 / libzmpeg3 / make_package
1 #!/bin/sh
2
3 VERSION=1.4
4
5 rm -r /tmp/libmpeg3-$VERSION
6 mkdir -p /tmp/libmpeg3-$VERSION
7 make clean
8 cp -rd * /tmp/libmpeg3-$VERSION
9 cd /tmp
10 tar zcf libmpeg3-$VERSION.tar.gz libmpeg3-$VERSION