aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-14 01:55:39 -0700
committerChris Robinson <[email protected]>2012-10-14 01:55:39 -0700
commitf7655d44a266a4eeadd7d14921363594b64ac15f (patch)
treefd89151f62f2b17debe8c9f8f5bc74d24fa35fa6 /examples/alstream.c
parent38e6bfb7024f73671087da2caae5b952b80a5dab (diff)
Move alhelpers and alffmpeg code to a common sub-directory
Diffstat (limited to 'examples/alstream.c')
-rw-r--r--examples/alstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/alstream.c b/examples/alstream.c
index 183d54f2..a8447eae 100644
--- a/examples/alstream.c
+++ b/examples/alstream.c
@@ -34,8 +34,8 @@
#include "AL/alc.h"
#include "AL/alext.h"
-#include "alhelpers.h"
-#include "alffmpeg.h"
+#include "common/alhelpers.h"
+#include "common/alffmpeg.h"
LPALBUFFERSAMPLESSOFT palBufferSamplesSOFT = wrap_BufferSamples;