v1.03 prerelease - Full Linux port of crnlib/crunch, in progress - still more testing to do, and some cmd line options (such as -timestamp) don't work under linux yet, but the core stuff (compression/decompression/transcoding) should work fine and performance under Linux is comparable to Windows. The 3 examples haven't been ported yet.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace crnlib
|
||||
itexture_comp() { }
|
||||
virtual ~itexture_comp() { }
|
||||
|
||||
virtual const wchar_t *get_ext() const = 0;
|
||||
virtual const char *get_ext() const = 0;
|
||||
|
||||
virtual bool compress_init(const crn_comp_params& params) = 0;
|
||||
virtual bool compress_pass(const crn_comp_params& params, float *pEffective_bitrate) = 0;
|
||||
|
||||
Reference in New Issue
Block a user