diff options
author | Jeremy White <jwhite@codeweavers.com> | 2014-08-01 10:33:20 -0500 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2014-08-01 10:38:03 -0500 |
commit | a41f09a5f948d55015691d48840d05c2bcfe2d3f (patch) | |
tree | 93df447c90f846594a88e372a462f8188c8f190a /spice_auto.html | |
parent | 293d405e15a4499219fe81e830862cc2b1518e3e (diff) |
Enable the use of OPUS on spice_auto.html.
Diffstat (limited to 'spice_auto.html')
-rw-r--r-- | spice_auto.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spice_auto.html b/spice_auto.html index b80b01c..6e1135a 100644 --- a/spice_auto.html +++ b/spice_auto.html @@ -44,6 +44,8 @@ <script src="display.js"></script> <script src="main.js"></script> <script src="inputs.js"></script> + <script src="webm.js"></script> + <script src="playback.js"></script> <script src="simulatecursor.js"></script> <script src="cursor.js"></script> <script src="thirdparty/jsbn.js"></script> |