Skip to content

Commit

Permalink
removed CombFilter.cpp from the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sellicott committed Dec 4, 2018
1 parent e421f33 commit bc2b731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -20,8 +20,8 @@ ffmpeg_play: ffmpeg_play.cpp Makefile
ffmpeg_play_encoder: ffmpeg_play_encoder.cpp Makefile
g++ -ggdb -o $@ $@.cpp -lavformat -lavcodec -lavdevice -lavutil

ffmpeg_reverb: ffmpeg_reverb.cpp ReverbUnit.cpp AllpassFilter.cpp CombFilter.cpp FIRFilter.cpp Makefile
g++ -ggdb -O2 -o $@ $@.cpp ReverbUnit.cpp AllpassFilter.cpp CombFilter.cpp FIRFilter.cpp -lavformat -lavcodec -lavdevice -lavutil -lswresample
ffmpeg_reverb: ffmpeg_reverb.cpp ReverbUnit.cpp AllpassFilter.cpp FIRFilter.cpp Makefile
g++ -ggdb -O2 -o $@ $@.cpp ReverbUnit.cpp AllpassFilter.cpp FIRFilter.cpp -lavformat -lavcodec -lavdevice -lavutil -lswresample

#decode_audio: decode_audio.cpp Makefile
# gcc -ggdb -o $@ $@.cpp -lavformat -lavcodec -lavutil -lswresample

0 comments on commit bc2b731

Please sign in to comment.