[149123] trunk/dports/science/gnuradio/files/ patch-fix_volk_max_index_uint16_t.diff

michaelld at macports.org michaelld at macports.org
Tue May 31 11:33:19 PDT 2016


Revision: 149123
          https://trac.macports.org/changeset/149123
Author:   michaelld at macports.org
Date:     2016-05-31 11:33:19 -0700 (Tue, 31 May 2016)
Log Message:
-----------
gnuradio: remove integrated patchfile.

Removed Paths:
-------------
    trunk/dports/science/gnuradio/files/patch-fix_volk_max_index_uint16_t.diff

Deleted: trunk/dports/science/gnuradio/files/patch-fix_volk_max_index_uint16_t.diff
===================================================================
--- trunk/dports/science/gnuradio/files/patch-fix_volk_max_index_uint16_t.diff	2016-05-31 18:32:41 UTC (rev 149122)
+++ trunk/dports/science/gnuradio/files/patch-fix_volk_max_index_uint16_t.diff	2016-05-31 18:33:19 UTC (rev 149123)
@@ -1,11 +0,0 @@
---- gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc.orig
-+++ gr-dtv/lib/dvbt/dvbt_ofdm_sym_acquisition_impl.cc
-@@ -47,7 +47,7 @@ namespace gr {
-     int
-     dvbt_ofdm_sym_acquisition_impl::peak_detect_process(const float * datain, const int datain_length, int * peak_pos, int * peak_max)
-     {
--      unsigned int peak_index = 0;
-+      uint16_t peak_index = 0;
-       int peak_pos_length = 0;
- 
-       volk_32f_index_max_16u(&peak_index, &datain[0], datain_length); 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160531/f764fdf2/attachment.html>


More information about the macports-changes mailing list