C++11 compat fix; space between literal and identifier. ok aja@

This commit is contained in:
sthen 2013-01-15 15:40:19 +00:00
parent 4d60970c83
commit f28627ab3f
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2012/10/16 16:00:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.54 2013/01/15 15:40:19 sthen Exp $
COMMENT= base elements for GStreamer
@ -6,7 +6,7 @@ V= 0.10.36
DISTNAME= gst-plugins-base-${V}
PKGNAME= gstreamer-plugins-base-${V}
REVISION= 4
REVISION= 5
SHARED_LIBS += gstinterfaces-0.10 2.6 # .25.0
SHARED_LIBS += gsttag-0.10 2.6 # .25.0

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-gst-libs_gst_video_video_h,v 1.1 2013/01/15 15:40:19 sthen Exp $
C++11 compat
--- gst-libs/gst/video/video.h.orig Tue Jan 15 15:33:49 2013
+++ gst-libs/gst/video/video.h Tue Jan 15 15:34:36 2013
@@ -342,9 +342,9 @@ typedef enum {
*/
#define GST_VIDEO_CAPS_RGB8_PALETTED \
"video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \
- "width = "GST_VIDEO_SIZE_RANGE" , " \
+ "width = " GST_VIDEO_SIZE_RANGE " , " \
"height = " GST_VIDEO_SIZE_RANGE ", " \
- "framerate = "GST_VIDEO_FPS_RANGE
+ "framerate = " GST_VIDEO_FPS_RANGE
/**
* GST_VIDEO_CAPS_YUV: