| Index: native_client_sdk/src/examples/api/audio/example.dsc
|
| diff --git a/native_client_sdk/src/examples/api/audio/example.dsc b/native_client_sdk/src/examples/api/audio/example.dsc
|
| index e401dc7ea41f72acaf3c4b6849c26b49a9b99da1..4d4e3070810303a7f8829b31f5d534bc5b0af58d 100644
|
| --- a/native_client_sdk/src/examples/api/audio/example.dsc
|
| +++ b/native_client_sdk/src/examples/api/audio/example.dsc
|
| @@ -2,9 +2,9 @@
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
|
| 'TARGETS': [
|
| {
|
| - 'NAME' : 'sine_synth',
|
| + 'NAME' : 'audio',
|
| 'TYPE' : 'main',
|
| - 'SOURCES' : ['sine_synth.cc'],
|
| + 'SOURCES' : ['audio.cc'],
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
|
|