Skip to content

Commit

Permalink
build(sdl2): use SDL2 headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Dec 31, 2022
1 parent 7764c5a commit c2508b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mixstream/MixStream.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "MixStream.h"

#include "soundtouch-c.h"
#include <SDL_mixer.h>
#include <SDL.h>
#include <SDL2/SDL_mixer.h>
#include <SDL2/SDL.h>

#define FRAMES_PER_CHUNK 4096

Expand Down

0 comments on commit c2508b1

Please sign in to comment.