]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/smpeg2/001-correct-sdl-headers-dir.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / smpeg2 / 001-correct-sdl-headers-dir.patch
1 diff --git a/smpeg.h b/smpeg.h
2 index 6bc2dbd..d12c8f8 100644
3 --- a/smpeg.h
4 +++ b/smpeg.h
5 @@ -22,9 +22,9 @@
6 #ifndef _SMPEG_H_
7 #define _SMPEG_H_
8
9 -#include "SDL.h"
10 -#include "SDL_mutex.h"
11 -#include "SDL_audio.h"
12 +#include "SDL2/SDL.h"
13 +#include "SDL2/SDL_mutex.h"
14 +#include "SDL2/SDL_audio.h"
15 #include "MPEGframe.h"
16
17 #ifdef __cplusplus