diff options
-rw-r--r-- | native_client_sdk/src/examples/api/video_decode/video_decode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/api/video_decode/video_decode.cc b/native_client_sdk/src/examples/api/video_decode/video_decode.cc index 8255625..7b1333f 100644 --- a/native_client_sdk/src/examples/api/video_decode/video_decode.cc +++ b/native_client_sdk/src/examples/api/video_decode/video_decode.cc @@ -27,7 +27,7 @@ // VP8 is more likely to work on different versions of Chrome. Undefine this // to decode H264. #define USE_VP8_TESTDATA_INSTEAD_OF_H264 -#include "ppapi/examples/video_decode/testdata.h" +#include "testdata.h" // Use assert as a poor-man's CHECK, even in non-debug mode. |