diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-22 18:04:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-24 18:09:27 +0100 |
commit | d4c6a078285dda636e283413fdbd9b1adeab5ade (patch) | |
tree | 302fa3e0a6faf2184454483ec27343e8324f70bd /src/inputs/test.sh | |
parent | b0183733ef4c6f08ef8c7b73155268e54ca3f152 (diff) | |
download | dabmux-d4c6a078285dda636e283413fdbd9b1adeab5ade.tar.gz dabmux-d4c6a078285dda636e283413fdbd9b1adeab5ade.tar.bz2 dabmux-d4c6a078285dda636e283413fdbd9b1adeab5ade.zip |
Test for InputMpegFileooinputs
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 |