Magellan Linux

Contents of /trunk/gpac/patches/gpac-0.4.5-implicitdecls.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 925 - (show annotations) (download)
Wed Nov 4 15:18:09 2009 UTC (14 years, 5 months ago) by niro
File size: 1048 byte(s)
-fixes for 0.4.5-r1

1 Index: gpac/applications/generators/SVG/svggen.h
2 ===================================================================
3 --- gpac.orig/applications/generators/SVG/svggen.h
4 +++ gpac/applications/generators/SVG/svggen.h
5 @@ -107,6 +107,17 @@ typedef struct {
6 } SVGGenAttrGrp;
7
8
9 +SVGGenAttribute *findAttribute(SVGGenElement *e, char *name);
10 +void generateAttributes(FILE *output, GF_List *attributes, Bool inDefine);
11 +void generateSVGCode_V1(GF_List *svg_elements);
12 +void generate_laser_tables_da(GF_List *atts);
13 +void generate_laser_tables(GF_List *svg_elements);
14 +u32 generateCoreInfo(FILE *output, SVGGenElement *elt, u32 start);
15 +u32 generateGenericInfo(FILE *output, SVGGenElement *elt, u32 index, char *pointer_root, u32 start);
16 +void svgNameToImplementationName(xmlChar *svg_name, char implementation_name[50]);
17 +void generate_table(GF_List *elements);
18 +void generateSVGCode_V2(GF_List *svg_elements);
19 +void generateSVGCode_V3(GF_List *svg_elements);
20
21 /*******************************************
22 * Structures needed for static allocation *