diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-04-20 05:22:08 +0200 |
commit | f6803b2375d1b21ed4cc035e268f8759d5170491 (patch) | |
tree | de666c74444fb024cbe0fc2907636febaf1d53b1 /src/Makefile.am | |
parent | 2a8e60cd761d1f3728c765d646135b2110eea576 (diff) | |
download | dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.gz dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.tar.bz2 dabmux-f6803b2375d1b21ed4cc035e268f8759d5170491.zip |
WIP: Rework FIG0/21 definition and get FIC insertion to compile
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 065477b..4ee8792 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ # (Communications Research Center Canada) # Pascal Charest # -# Copyright (C) 2016, Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2017, Matthias P. Braendli, http://opendigitalradio.org # # This file is part of ODR-DabMux. @@ -95,6 +95,7 @@ odr_dabmux_SOURCES =DabMux.cpp DabMux.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/FIG0_21.cpp fig/FIG0_21.h \ fig/FIG1.cpp fig/FIG1.h \ fig/FIGCarousel.cpp fig/FIGCarousel.h \ fig/TransitionHandler.h \ |