X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=setup.py;h=8065d789fa3e594a29f108f66fca60016359d455;hp=eab9dd3e8ec2248c258223d972162f05098c3f5a;hb=6cf72116831fabcdae32c385bfcbf827c5b32de6;hpb=9f24afc281628248baabc5eaae17d9194846493a diff --git a/setup.py b/setup.py index eab9dd3..8065d78 100644 --- a/setup.py +++ b/setup.py @@ -276,7 +276,7 @@ libgfx_sources = [ "lib/art/art_uta_svp.c", "lib/art/art_uta_vpath.c", "lib/art/art_vpath.c", "lib/art/art_vpath_bpath.c", "lib/art/art_vpath_dash.c", "lib/art/art_vpath_svp.c", ] -gfxswf_sources = ["lib/devices/swf.c"] +gfxswf_sources = ["lib/devices/swf.c", "lib/readers/swf.c", "lib/readers/image.c"] swf_module = Extension( name='SWF',