vdpau: add leftover gstvdp.h

This commit is contained in:
Carl-Anton Ingmarsson 2010-05-01 14:58:30 +02:00
parent a661b7c3ca
commit edcaf36377
2 changed files with 28 additions and 1 deletions

View file

@ -38,7 +38,8 @@ libgstvdp_@GST_MAJORMINOR@include_HEADERS = \
gstvdpvideobuffer.h \
gstvdpoutputbuffer.h \
gstvdpvideosrcpad.h \
gstvdpoutputsrcpad.h
gstvdpoutputsrcpad.h \
gstvdp.h
libgstvdp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS)

26
sys/vdpau/gstvdp.h Normal file
View file

@ -0,0 +1,26 @@
/*
* GStreamer
* Copyright (C) 2009 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef _GST_VDP_H_
#define _GST_VDP_H_
void gst_vdp_init(void);
#endif /* _GST_VDP_UTILS_H_ */