diff options
| author | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:42:36 +0200 |
|---|---|---|
| committer | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:45:04 +0200 |
| commit | 1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (patch) | |
| tree | 2f9f0337a778b3e882aa85e8e6477950f09d9d57 /ports/smpeg2 | |
| parent | 63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff) | |
| download | vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.tar.gz vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.zip | |
Force LF line endings for patch files
Diffstat (limited to 'ports/smpeg2')
| -rw-r--r-- | ports/smpeg2/correct-sdl-headers-dir.patch | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/ports/smpeg2/correct-sdl-headers-dir.patch b/ports/smpeg2/correct-sdl-headers-dir.patch index 601b6c8a8..6cbcb6b9b 100644 --- a/ports/smpeg2/correct-sdl-headers-dir.patch +++ b/ports/smpeg2/correct-sdl-headers-dir.patch @@ -1,17 +1,17 @@ -diff --git a/smpeg.h b/smpeg.h
-index 6bc2dbd..d12c8f8 100644
---- a/smpeg.h
-+++ b/smpeg.h
-@@ -22,9 +22,9 @@
- #ifndef _SMPEG_H_
- #define _SMPEG_H_
-
--#include "SDL.h"
--#include "SDL_mutex.h"
--#include "SDL_audio.h"
-+#include "SDL2/SDL.h"
-+#include "SDL2/SDL_mutex.h"
-+#include "SDL2/SDL_audio.h"
- #include "MPEGframe.h"
-
- #ifdef __cplusplus
+diff --git a/smpeg.h b/smpeg.h +index 6bc2dbd..d12c8f8 100644 +--- a/smpeg.h ++++ b/smpeg.h +@@ -22,9 +22,9 @@ + #ifndef _SMPEG_H_ + #define _SMPEG_H_ + +-#include "SDL.h" +-#include "SDL_mutex.h" +-#include "SDL_audio.h" ++#include "SDL2/SDL.h" ++#include "SDL2/SDL_mutex.h" ++#include "SDL2/SDL_audio.h" + #include "MPEGframe.h" + + #ifdef __cplusplus |
