summaryrefslogtreecommitdiff
path: root/sound_detector/Makefile
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-02 12:26:02 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-02 12:26:02 +0300
commitcbc1ef0dc330ceaff4d208e600b9d94ceb3dcddb (patch)
treed9ab77b203c2d8263221295a93d906ef0976f821 /sound_detector/Makefile
parentdeac6d7a827d93e9ec68274b16f54a20d9eefb5e (diff)
started opus encoding implamantationsound_detector
Diffstat (limited to 'sound_detector/Makefile')
-rw-r--r--sound_detector/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound_detector/Makefile b/sound_detector/Makefile
index c38b514..dc0049b 100644
--- a/sound_detector/Makefile
+++ b/sound_detector/Makefile
@@ -1,6 +1,6 @@
all:
g++ -c main.cpp -std=gnu++11 -o main.o
- g++ -o sound_detector main.o -lboost_system -lboost_date_time -lboost_thread -lboost_random-mt -lboost_filesystem -lportaudio -lvorbis -lvorbisenc -logg -Wl,-O1 -s
+ g++ -o sound_detector main.o -lboost_system -lboost_date_time -lboost_thread -lboost_random-mt -lboost_filesystem -lportaudio -lvorbis -lvorbisenc -logg -lopus -Wl,-O1 -s
clean:
rm *.o