From cbc1ef0dc330ceaff4d208e600b9d94ceb3dcddb Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 2 Jan 2018 12:26:02 +0300 Subject: started opus encoding implamantation --- sound_detector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound_detector/Makefile') 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 -- cgit v1.2.3