diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-02 14:31:31 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-02 14:31:31 +0200 |
commit | 369874e1c38680d27f187aa0297b0ce00b3f9fa0 (patch) | |
tree | e35a8146e1b2e12753afee0432deca44f24d45c9 /src/Makefile.am | |
parent | bbc588c731dc16c6245ad7063bac5d141086a315 (diff) | |
download | dabmux-369874e1c38680d27f187aa0297b0ce00b3f9fa0.tar.gz dabmux-369874e1c38680d27f187aa0297b0ce00b3f9fa0.tar.bz2 dabmux-369874e1c38680d27f187aa0297b0ce00b3f9fa0.zip |
Split FIG0 into several files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55510ee..3476bbd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,9 +97,22 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.h \ bridge.h bridge.c \ crc.h crc.c \ fig/FIG.h fig/FIG.cpp \ - fig/FIG0.cpp fig/FIG0.h fig/FIG0structs.h \ + fig/FIG0.h fig/FIG0structs.h \ + fig/FIG0_0.cpp fig/FIG0_0.h \ + fig/FIG0_1.cpp fig/FIG0_1.h \ + fig/FIG0_2.cpp fig/FIG0_2.h \ + fig/FIG0_3.cpp fig/FIG0_3.h \ + fig/FIG0_5.cpp fig/FIG0_5.h \ + fig/FIG0_8.cpp fig/FIG0_8.h \ + fig/FIG0_9.cpp fig/FIG0_9.h \ + fig/FIG0_10.cpp fig/FIG0_10.h \ + fig/FIG0_13.cpp fig/FIG0_13.h \ + fig/FIG0_17.cpp fig/FIG0_17.h \ + fig/FIG0_18.cpp fig/FIG0_18.h \ + fig/FIG0_19.cpp fig/FIG0_19.h \ fig/FIG1.cpp fig/FIG1.h \ fig/FIGCarousel.cpp fig/FIGCarousel.h \ + fig/TransitionHandler.h \ mpeg.h mpeg.c \ prbs.h prbs.c \ utils.cpp utils.h \ |