[Pkg-gstreamer-commits] [gstreamer-vaapi] 166/176: libs: add missing file (libgstvaapi_priv_check.h).

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit 84044f28f714379497282aa95d98ea560045cec3
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date:   Thu Jan 23 17:06:08 2014 +0100

    libs: add missing file (libgstvaapi_priv_check.h).
---
 gst-libs/gst/vaapi/libgstvaapi_priv_check.h | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gst-libs/gst/vaapi/libgstvaapi_priv_check.h b/gst-libs/gst/vaapi/libgstvaapi_priv_check.h
new file mode 100644
index 0000000..e7cf0e1
--- /dev/null
+++ b/gst-libs/gst/vaapi/libgstvaapi_priv_check.h
@@ -0,0 +1,25 @@
+/*
+ *  libgstvaapi_priv_check.h - Check file is included from within libgstvaapi
+ *
+ *  Copyright (C) 2014 Intel Corporation
+ *    Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public License
+ *  as published by the Free Software Foundation; either version 2.1
+ *  of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Lesser General Public
+ *  License along with this library; if not, write to the Free
+ *  Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301 USA
+ */
+
+#ifndef IN_LIBGSTVAAPI
+# error "This file is only meant to be included from within libgstvaapi"
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list