Do not forward declare enums.
authorPhilip Lorenz <philip@bithub.de>
Tue, 4 Sep 2012 11:40:04 +0000 (13:40 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 7 Sep 2012 09:54:09 +0000 (11:54 +0200)
commit79b45a43d1f8fe1da67fbe20368a2772fe0e06fd
tree062b5993572f66b53dcf798d9475f37d0db6b03c
parenteb73aa3061d42144564ad29d92b161174583859b
Do not forward declare enums.

Forward declaring enums is not allowed by the C standard and aborts
compilation if the header file is included in a C++ project.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst-libs/gst/vaapi/gstvaapidecoder.h
gst-libs/gst/vaapi/gstvaapidecoder_objects.h
gst-libs/gst/vaapi/gstvaapidisplay.h
gst-libs/gst/vaapi/gstvaapiimageformat.c
gst-libs/gst/vaapi/gstvaapiimageformat.h
gst-libs/gst/vaapi/gstvaapiprofile.h
gst-libs/gst/vaapi/gstvaapisurface.h
gst-libs/gst/vaapi/gstvaapitypes.h
gst/vaapi/gstvaapipostproc.h