aboutsummaryrefslogtreecommitdiff
path: root/ports/smpeg2
diff options
context:
space:
mode:
authorMartin Müller <muemart@users.noreply.github.com>2017-05-05 11:42:36 +0200
committerMartin Müller <muemart@users.noreply.github.com>2017-05-05 11:45:04 +0200
commit1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (patch)
tree2f9f0337a778b3e882aa85e8e6477950f09d9d57 /ports/smpeg2
parent63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff)
downloadvcpkg-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.patch34
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