diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-15 15:03:38 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-15 15:03:38 +0100 |
commit | 3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb (patch) | |
tree | dd8b4ae93ce1b87260794022f56cf8892958692a /README.md | |
parent | 275b55e39a84a3877e7e68b7c800bd0de28c128c (diff) | |
download | etisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.tar.gz etisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.tar.bz2 etisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.zip |
Refactor all FIG0/x into separate files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -17,24 +17,6 @@ Make sure you have cmake installed and do cmake .. make - -Build with old makefile ------------------------ - -Alternatively, use the old Makefile. There are two -variants: - - make etisnoop - -compiles the tool, dynamically linked against libfaad - -Or you can extract the sources for libfaad2-2.7 into a subfolder of the -same name, configure it, and if required modify it. Then you can do - - make etisnoop-static - -to compile a version of etisnoop compiled against your own copy of FAAD. - About ----- |