mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Added one more Haiku fix, this one from Adrian Panasiuk.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Index: src/video/bwindow/SDL_sysyuv.cc
|
Index: src/video/bwindow/SDL_sysyuv.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/video/bwindow/SDL_sysyuv.cc (revision 4454)
|
--- src/video/bwindow/SDL_sysyuv.cc (revision 4456)
|
||||||
+++ src/video/bwindow/SDL_sysyuv.cc (working copy)
|
+++ src/video/bwindow/SDL_sysyuv.cc (working copy)
|
||||||
@@ -94,7 +94,7 @@
|
@@ -94,7 +94,7 @@
|
||||||
|
|
||||||
@@ -11,9 +11,22 @@ Index: src/video/bwindow/SDL_sysyuv.cc
|
|||||||
switch (format) {
|
switch (format) {
|
||||||
case SDL_YV12_OVERLAY:
|
case SDL_YV12_OVERLAY:
|
||||||
return B_YUV9;
|
return B_YUV9;
|
||||||
|
Index: src/video/bwindow/SDL_sysyuv.h
|
||||||
|
===================================================================
|
||||||
|
--- src/video/bwindow/SDL_sysyuv.h (revision 4456)
|
||||||
|
+++ src/video/bwindow/SDL_sysyuv.h (working copy)
|
||||||
|
@@ -62,7 +62,7 @@
|
||||||
|
};
|
||||||
|
|
||||||
|
extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
|
||||||
|
-extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
|
||||||
|
+SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
|
||||||
|
extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay);
|
||||||
|
extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay);
|
||||||
|
extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
|
||||||
Index: src/video/bwindow/SDL_sysvideo.cc
|
Index: src/video/bwindow/SDL_sysvideo.cc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/video/bwindow/SDL_sysvideo.cc (revision 4454)
|
--- src/video/bwindow/SDL_sysvideo.cc (revision 4456)
|
||||||
+++ src/video/bwindow/SDL_sysvideo.cc (working copy)
|
+++ src/video/bwindow/SDL_sysvideo.cc (working copy)
|
||||||
@@ -637,8 +637,12 @@
|
@@ -637,8 +637,12 @@
|
||||||
int32 cookie = 0;
|
int32 cookie = 0;
|
||||||
@@ -32,7 +45,7 @@ Index: src/video/bwindow/SDL_sysvideo.cc
|
|||||||
}
|
}
|
||||||
Index: test/configure.in
|
Index: test/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- test/configure.in (revision 4454)
|
--- test/configure.in (revision 4456)
|
||||||
+++ test/configure.in (working copy)
|
+++ test/configure.in (working copy)
|
||||||
@@ -20,7 +20,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
MATHLIB=""
|
MATHLIB=""
|
||||||
@@ -45,7 +58,7 @@ Index: test/configure.in
|
|||||||
SYS_GL_LIBS="-lGL"
|
SYS_GL_LIBS="-lGL"
|
||||||
Index: test/testplatform.c
|
Index: test/testplatform.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- test/testplatform.c (revision 4454)
|
--- test/testplatform.c (revision 4456)
|
||||||
+++ test/testplatform.c (working copy)
|
+++ test/testplatform.c (working copy)
|
||||||
@@ -162,6 +162,8 @@
|
@@ -162,6 +162,8 @@
|
||||||
"Dreamcast"
|
"Dreamcast"
|
||||||
@@ -58,7 +71,7 @@ Index: test/testplatform.c
|
|||||||
#elif __IRIX__
|
#elif __IRIX__
|
||||||
Index: include/begin_code.h
|
Index: include/begin_code.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- include/begin_code.h (revision 4454)
|
--- include/begin_code.h (revision 4456)
|
||||||
+++ include/begin_code.h (working copy)
|
+++ include/begin_code.h (working copy)
|
||||||
@@ -33,7 +33,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
|
|
||||||
@@ -71,7 +84,7 @@ Index: include/begin_code.h
|
|||||||
# else
|
# else
|
||||||
Index: include/SDL_platform.h
|
Index: include/SDL_platform.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- include/SDL_platform.h (revision 4454)
|
--- include/SDL_platform.h (revision 4456)
|
||||||
+++ include/SDL_platform.h (working copy)
|
+++ include/SDL_platform.h (working copy)
|
||||||
@@ -33,6 +33,10 @@
|
@@ -33,6 +33,10 @@
|
||||||
#undef __BEOS__
|
#undef __BEOS__
|
||||||
@@ -97,7 +110,7 @@ Index: include/SDL_platform.h
|
|||||||
#define __HPUX__ 1
|
#define __HPUX__ 1
|
||||||
Index: configure.in
|
Index: configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- configure.in (revision 4454)
|
--- configure.in (revision 4456)
|
||||||
+++ configure.in (working copy)
|
+++ configure.in (working copy)
|
||||||
@@ -40,7 +40,7 @@
|
@@ -40,7 +40,7 @@
|
||||||
AC_SUBST(LT_AGE)
|
AC_SUBST(LT_AGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user