Changeset 34260 for trunk/Ohana/src/libdvo/doc/notes.txt
- Timestamp:
- Jul 31, 2012, 4:02:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/doc/notes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/doc/notes.txt
r21508 r34260 25 25 include the new STRUCT name. 26 26 27 7) create a new conversion file dvo_convert_foo.c and define the27 7) create a new conversion file libdvo/src/dvo_convert_foo.c and define the 28 28 internal to Foo conversions. 29 29 30 8) add the new format to the list of FORMAT conversion in dvo_convert.c. 30 8a) add the new dvo_convert_foo.c to libdvo/Makefile 31 32 8b) add the new format to the list of FORMAT conversion in dvo_convert.c. 31 33 32 34 9) any changes to the internal format need to be reflected in the … … 44 46 45 47 13) Add the conversion functions to the header file libdvo/include/foo_defs.h 48 49 14) Add the above foo_defs.h to libdvo/include/dvo.h 50 51 14) Add the above foo_defs.h to libdvo/Makefile 46 52 47 53 * Note some esoteric format issues:
Note:
See TracChangeset
for help on using the changeset viewer.
