Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / make_package
diff --git a/cinelerra-5.1/libzmpeg3/make_package b/cinelerra-5.1/libzmpeg3/make_package
new file mode 100644 (file)
index 0000000..6de4577
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+VERSION=1.4
+
+rm -r /tmp/libmpeg3-$VERSION
+mkdir -p /tmp/libmpeg3-$VERSION
+make clean
+cp -rd * /tmp/libmpeg3-$VERSION
+cd /tmp
+tar zcf libmpeg3-$VERSION.tar.gz libmpeg3-$VERSION