swami / libinstpatch

Instrument file software library.
Other
20 stars 6 forks source link

Replace getopt support by Glib command line parser. #23

Closed jjceresa closed 5 years ago

jjceresa commented 5 years ago

Getopt support is removed from CMakeLists.txt. riff_dump command line executable makes use of Glib options parser instead of getopt.

This fix https://github.com/swami/libinstpatch/issues/19.

jjceresa commented 5 years ago

Please, ignore this PR and getopt branch.

This will be replaced by another PR without conflict on branch glib-parser.