force linking inside of skdiff
authorzachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 18 Jun 2013 21:23:31 +0000 (21:23 +0000)
committerzachr@google.com <zachr@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 18 Jun 2013 21:23:31 +0000 (21:23 +0000)
Review URL: https://codereview.chromium.org/16879012

git-svn-id: http://skia.googlecode.com/svn/trunk@9669 2bbb7eff-a529-9590-31e7-b0007b416f81

tools/skdiff_main.cpp

index a9a1968..9d0bcf5 100644 (file)
@@ -9,6 +9,7 @@
 #include "skdiff_utils.h"
 #include "SkBitmap.h"
 #include "SkData.h"
+#include "SkForceLinking.h"
 #include "SkImageDecoder.h"
 #include "SkImageEncoder.h"
 #include "SkOSFile.h"
@@ -18,6 +19,8 @@
 #include "SkTSearch.h"
 #include "SkTypes.h"
 
+__SK_FORCE_IMAGE_DECODER_LINKING;
+
 /**
  * skdiff
  *