author | Rob Clark <rob@ti.com> | |
Sat, 1 Jan 2011 03:56:48 +0000 (21:56 -0600) | ||
committer | Rob Clark <rob@ti.com> | |
Sat, 1 Jan 2011 04:01:16 +0000 (22:01 -0600) | ||
commit | 6e71bdbe0c617f83425b76325c7b08e0de33bea3 | |
tree | e4c00568677b148b74148f93ec7acf48e076d31f | tree | snapshot (tar.xz tar.gz zip) |
parent | bd235864a96fe9fc06df69bc9fc457d0408d9756 | commit | diff |
fix compile error with latest gst headers
A conflict between XDM and gst headers results in:
cc1: warnings being treated as errors
In file included from gstducati.h:32,
from gstducatividdec.h:25,
from gstducativp7dec.h:25,
from gstducativp7dec.c:40:
/usr/include/dce/xdc/std.h:172: error: "restrict" redefined
/usr/include/gstreamer-0.10/gst/gstmacros.h:44: note: this is the location of the previous definition
The solution is to ensure XDM headers are included first.
A conflict between XDM and gst headers results in:
cc1: warnings being treated as errors
In file included from gstducati.h:32,
from gstducatividdec.h:25,
from gstducativp7dec.h:25,
from gstducativp7dec.c:40:
/usr/include/dce/xdc/std.h:172: error: "restrict" redefined
/usr/include/gstreamer-0.10/gst/gstmacros.h:44: note: this is the location of the previous definition
The solution is to ensure XDM headers are included first.
18 files changed: