shithub: h264bsd

Download patch

ref: e0f46e9a44dec8725438a23708679494c315e2b6
parent: 675f1a771edf57accbfaf9c9a369b7053792b22e
author: Chris Jarabek <chris.jarabek@gmail.com>
date: Tue Jan 28 08:03:12 EST 2014

Added non-min version for easier debugging with dist file.

--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -11,6 +11,13 @@
         }
       }
     },   
+
+    concat: {
+      libs: {
+        src:  ['h264bsd_asm.js',' sylvester.js', 'glUtils.js', 'util.js', 'canvas.js', 'h264bsd.js'],
+        dest: 'dist/h264bsd.min.js'
+      }
+    },
    
     //grunt-clean
     clean: {