Dominique Leuenberger changed bug 985251
What Removed Added
Status NEW IN_PROGRESS
Assignee tiwai@suse.com dimstar@opensuse.org

Comment # 5 on bug 985251 from
(In reply to Takashi Iwai from comment #4)
> This looks more like a bug in gstreamer-0_10-plugins-base-devel.
> 
> [   69s] In file included from gstbcmdec.c:42:0:
> [   69s] /usr/include/gstreamer-0.10/gst/video/video.h:345:7: error: invalid
> suffix on literal; C++11 requires a space between literal and string macro
> [-Werror=literal-suffix]
> [   69s]        "width = "GST_VIDEO_SIZE_RANGE" , "                  \
> [   69s]        ^
> [   69s] /usr/include/gstreamer-0.10/gst/video/video.h:347:7: error: invalid
> suffix on literal; C++11 requires a space between literal and string macro
> [-Werror=literal-suffix]
> [   69s]        "framerate = "GST_VIDEO_FPS_RANGE
> [   69s]        ^
> [   70s] cc1plus: all warnings being treated as errors
> 
> You need to put a space between "width =" and GST_VIDEO_SIZE_RANGE.

Thanks for checking and hunting it (sorry for the mis-assignment in this case -
I filed like 150 bugs - and did not read all build logs :P )

so funnily, gst itself does not use that header -r forgets to trip over it.

I'll fix gstreamer-0_10-plugins-base and test with your package


You are receiving this mail because: