view src/sox-test.c @ 4360:63a9f37abcbc

libiconv: update to 1.15 * src/libiconv.mk: update version, checksum * src/libiconv-1-fix.patch: removed * dist-files.mk: removed libiconv-1-fix.patch
author John D
date Mon, 13 Mar 2017 08:13:04 -0400
parents 110883446649
children
line wrap: on
line source

/*
 * This file is part of MXE.
 * See index.html for further information.
 */

#include <sox.h>

int main(int argc, char *argv[])
{
    (void)argc;
    (void)argv;

    sox_format_init();
    return(0);
}