X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;h=9a767d72bdf415f55acb946545ac96e1576da5d5;hp=482108a6c98df3e7f4891ea52fa81f3405353064;hb=d50aa36f089978eaba9bf6eb43a20f620b8d03a4;hpb=75602d559d3dd57d704839b817377646722bfed8 diff --git a/opusdec_filter.c b/opusdec_filter.c index 482108a6..9a767d72 100644 --- a/opusdec_filter.c +++ b/opusdec_filter.c @@ -35,6 +35,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ + +/* Silence gcc warning caused by including opus.h */ +#if !defined(__STDC_VERSION__) +#define __STDC_VERSION__ 0 +#endif + #include #include #include