diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 21:46:09 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-26 21:46:09 -0400 |
commit | 5edf267f3e8155ac7450bdb4a85810cab258fbd2 (patch) | |
tree | b99d182109df0db46c8b7e3e60b83cb7536d223f /gr-atsc | |
parent | 3476b6f37c28a1b22c8e4af0724f2c94199bcd82 (diff) |
atsc: missing dep on gr-fec.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-atsc/CMakeLists.txt b/gr-atsc/CMakeLists.txt index df7ac54f00..d46f109be7 100644 --- a/gr-atsc/CMakeLists.txt +++ b/gr-atsc/CMakeLists.txt @@ -31,6 +31,7 @@ GR_REGISTER_COMPONENT("gr-atsc" ENABLE_GR_ATSC ENABLE_GR_CORE ENABLE_GR_FFT ENABLE_GR_BLOCKS + ENABLE_GR_FEC ENABLE_GR_FILTER ENABLE_GR_ANALOG ) |