diff options
Diffstat (limited to 'src/inputs/test.sh')
-rwxr-xr-x | src/inputs/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputs/test.sh b/src/inputs/test.sh index c652cb8..cf810fa 100755 --- a/src/inputs/test.sh +++ b/src/inputs/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -clang++ -Wall -I.. -I../.. -I../../.. -includeTcpLog.h -DHAVE_INPUT_FILE -DHAVE_FORMAT_DABPLUS InputBuffered.cpp InputFile.cpp InputDabplusFile.cpp Test.cpp -o test \ +clang++ -Wall -I.. -I../.. -I../../.. -includeTcpLog.h -DHAVE_INPUT_FILE -DHAVE_FORMAT_MPEG -DHAVE_FORMAT_DABPLUS InputBuffered.cpp InputFile.cpp InputDabplusFile.cpp InputMpegFile.cpp ../mpeg.c Test.cpp -o test \ && ./test |