~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/src/Movie/HelioviewerMovie.php

  • Committer: Keith Hughitt
  • Date: 2010-02-17 22:00:59 UTC
  • mfrom: (402.1.68 hv)
  • Revision ID: keith.hughitt@nasa.gov-20100217220059-wmdq7kgokj4seryx
Merged with Keith's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * @link     http://launchpad.net/helioviewer.org
13
13
 */
14
14
require_once 'HelioviewerMovieFrame.php';
15
 
require_once 'lib/Database/DbConnection.php';
16
 
require_once 'phpvideotoolkit/config.php';
17
 
require_once 'phpvideotoolkit/phpvideotoolkit.php5.php';
 
15
require_once 'src/Database/DbConnection.php';
 
16
require_once 'lib/phpvideotoolkit/config.php';
 
17
require_once 'lib/phpvideotoolkit/phpvideotoolkit.php5.php';
18
18
/**
19
19
 * Represents a static (e.g. ogv/mp4) movie generated by Helioviewer
20
20
 *