Change opus include path

This commit is contained in:
badaix 2020-07-30 00:21:43 +02:00
parent 11c3b98ea1
commit 24e73c3205
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: dependencies
run: brew update && brew install pkgconfig flac opus libvorbis libsoxr
run: brew install pkgconfig libsoxr
- name: cache boost
id: cache-boost
uses: actions/cache@v2

View file

@ -19,7 +19,7 @@
#pragma once
#include "decoder/decoder.hpp"
#include <opus/opus.h>
#include <opus.h>
namespace decoder
{

View file

@ -19,7 +19,7 @@
#pragma once
#include "encoder.hpp"
#include <opus/opus.h>
#include <opus.h>
namespace encoder