[Bug 766973] Various warningfixes for OSX (10.9.5) compiling with Apple LLVM version 6.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 28 21:27:27 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766973

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 328679
  --> https://bugzilla.gnome.org/attachment.cgi?id=328679
avsamplevideosink

>+#if defined(MAC_OS_X_VERSION_MAX_ALLOWED) && \
>+    MAC_OS_X_VERSION_MAX_ALLOWED >= 1010 && \
>+    defined(MAC_OS_X_VERSION_MIN_REQUIRED) && \
>+    MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4

this should be like that and not

 ... && (!defined(min_req) || (defined (min_req) && min_req <= 10_4))

right? (I have no opinion, just making sure..)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list