Index: head/audio/libsamplerate/files/patch-examples_audio__out.c =================================================================== --- head/audio/libsamplerate/files/patch-examples_audio__out.c (nonexistent) +++ head/audio/libsamplerate/files/patch-examples_audio__out.c (revision 425478) @@ -0,0 +1,14 @@ +--- examples/audio_out.c.orig 2016-09-13 10:20:20 UTC ++++ examples/audio_out.c +@@ -33,9 +33,9 @@ + #define MAKE_MAGIC(a,b,c,d,e,f,g,h) \ + ((a) + ((b) << 1) + ((c) << 2) + ((d) << 3) + ((e) << 4) + ((f) << 5) + ((g) << 6) + ((h) << 7)) + +-typedef struct AUDIO_OUT_s ++struct AUDIO_OUT_s + { int magic ; +-} AUDIO_OUT ; ++}; + + + /*------------------------------------------------------------------------------ Property changes on: head/audio/libsamplerate/files/patch-examples_audio__out.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/libsamplerate/files/patch-src_samplerate.h =================================================================== --- head/audio/libsamplerate/files/patch-src_samplerate.h (revision 425477) +++ head/audio/libsamplerate/files/patch-src_samplerate.h (revision 425478) @@ -1,11 +1,11 @@ ---- src/samplerate.h.orig 2011-01-19 10:39:21 UTC +--- src/samplerate.h.orig 2016-09-13 10:13:14 UTC +++ src/samplerate.h -@@ -174,7 +174,7 @@ enum +@@ -160,7 +160,7 @@ enum SRC_SINC_MEDIUM_QUALITY = 1, SRC_SINC_FASTEST = 2, SRC_ZERO_ORDER_HOLD = 3, - SRC_LINEAR = 4, + SRC_LINEAR = 4 } ; /*