Skeleton work to factor out the encoder logic.

This commit is contained in:
David Given
2019-08-03 22:30:30 +02:00
parent 8e1774c69f
commit 973f4c2c2d
8 changed files with 18 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ buildlibrary libbackend.a \
lib/decoders/decoders.cc \
lib/decoders/fluxmapreader.cc \
lib/decoders/fmmfm.cc \
lib/encoder.cc \
lib/encoders/encoders.cc \
lib/f85/decoder.cc \
lib/fb100/decoder.cc \
lib/flags.cc \