~ubuntu-branches/ubuntu/vivid/gnash/vivid-proposed

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/morph_test1.c

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone
  • Date: 2014-04-19 10:02:46 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140419100246-21fokp5uvig0g1cs
Tags: 0.8.11~git20140419-1
* New upstream snapshot.
* Enable testsuite.
  + Do not remove sourceless SWF files from upstream tarball anymore,
    override lintian tag.
  + Add csound, haxe, libming-dev, libming-util, mtasc, swfmill,
    swftools as B-D.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
     it = SWFMovie_add(mo, (SWFBlock)morph);
96
96
     SWFDisplayItem_setRatio(it, ratio);
97
97
     SWFMovie_nextFrame(mo);     
98
 
  }  
 
98
  }
 
99
 
 
100
  /* Test for #39989 by adding an empty morph shape. */
 
101
  morph = newSWFMorphShape();
 
102
  startShape = SWFMorph_getShape1(morph);
 
103
  endShape = SWFMorph_getShape2(morph);
 
104
  it = SWFMovie_add(mo, (SWFBlock)morph);
 
105
  SWFMovie_nextFrame(mo);
99
106
  
100
107
  //Output movie
101
108
  puts("Saving " OUTPUT_FILENAME );