move examples/{example_util,image_dec} to imageio/

Change-Id: I2508c786a095a2a75bebf766210c64e2af88f9b6
This commit is contained in:
James Zern
2016-07-19 16:02:55 -07:00
parent ad497fbce3
commit c379b55a93
33 changed files with 158 additions and 143 deletions

View File

@ -20,8 +20,8 @@
#include "webp/config.h"
#endif
#include "./example_util.h"
#include "./image_dec.h"
#include "../imageio/example_util.h"
#include "../imageio/image_dec.h"
#include "./stopwatch.h"
#include "webp/encode.h"