[DEBUG] correct mine type of ffmpeg
This commit is contained in:
parent
1181bc52e7
commit
e790937d29
@ -118,7 +118,7 @@ egami::Image egami::load(const std::string& _mineType, const std::vector<uint8_t
|
|||||||
#else
|
#else
|
||||||
EGAMI_WARNING("egamy not compile with the PNG dependency for file '" << _buffer.size() << "'");
|
EGAMI_WARNING("egamy not compile with the PNG dependency for file '" << _buffer.size() << "'");
|
||||||
#endif
|
#endif
|
||||||
} else if (_mineType == "image/jpg") {
|
} else if (_mineType == "image/jpeg") {
|
||||||
#ifdef EGAMI_BUILD_JPEG
|
#ifdef EGAMI_BUILD_JPEG
|
||||||
out = egami::loadJPG(_buffer);
|
out = egami::loadJPG(_buffer);
|
||||||
if (out.exist() == false) {
|
if (out.exist() == false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user