You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
215 B

  1. --- a/src/codec_vorbis.c
  2. +++ b/src/codec_vorbis.c
  3. @@ -28,7 +28,7 @@
  4. #endif
  5. #include <stdlib.h>
  6. -#include <vorbis/codec.h>
  7. +#include <tremor/ivorbiscodec.h>
  8. #include "shout_private.h"
  9. #include "format_ogg.h"