mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
Change opus include path
This commit is contained in:
parent
11c3b98ea1
commit
24e73c3205
3 changed files with 3 additions and 3 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "decoder/decoder.hpp"
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
|
||||
namespace decoder
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "encoder.hpp"
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
|
||||
|
||||
namespace encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue