diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2019-05-15 01:14:42 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2019-05-15 01:14:42 +0300 |
commit | ed9629395ce9696164c1d617d573a47982e82169 (patch) | |
tree | 5dbe92165b9fa3750740331b7af165d0aaab88c3 /src/atrac/atrac_scale.h | |
parent | 218e2163453deac6f7a74765a21258b5c566a8cc (diff) | |
download | atracdenc-ed9629395ce9696164c1d617d573a47982e82169.tar.gz |
Support for MS Windows platform
- VS build (2017 tested)
- Media Foundation Framework support to read/write pcm data (instead of
libsndfile)
Diffstat (limited to 'src/atrac/atrac_scale.h')
-rw-r--r-- | src/atrac/atrac_scale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atrac/atrac_scale.h b/src/atrac/atrac_scale.h index c992c03..eadb6bd 100644 --- a/src/atrac/atrac_scale.h +++ b/src/atrac/atrac_scale.h @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with FFmpeg; if not, write to the Free Software + * License along with AtracDEnc; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ |