diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/test_demo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/test_demo.cc b/src/app/test_demo.cc index f512a5f..ff2c105 100644 --- a/src/app/test_demo.cc +++ b/src/app/test_demo.cc @@ -20,7 +20,7 @@ extern float GetDemoDuration(); extern void LoadTimeline(MainSequence& main_seq, const GpuContext& ctx); // Inline peak meter effect for debugging audio-visual sync -#include "effects/cnn_effect.h" +#include "../../cnn_v1/src/cnn_v1_effect.h" #include "../../cnn_v2/src/cnn_v2_effect.h" #include "gpu/post_process_helper.h" #include "gpu/shader_composer.h" |
