diff options
Diffstat (limited to 'sound_detector/Makefile')
-rw-r--r-- | sound_detector/Makefile | 2 |
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 |