vdpau: Fix includes

This commit is contained in:
Edward Hervey 2009-11-23 09:17:39 +01:00
parent d57488461a
commit 635e2774e6
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <gst/vdpau/gstvdpvideobuffer.h>
#include "gstvdpvideobuffer.h"
#include "gstvdputils.h"

View file

@ -22,9 +22,9 @@
#define _GST_VDP_UTILS_H_
#include <gst/gst.h>
#include <gst/vdpau/gstvdpdevice.h>
#include "gstvdpdevice.h"
GstCaps *gst_vdp_video_to_output_caps (GstCaps * caps);
GstCaps *gst_vdp_yuv_to_output_caps (GstCaps *caps);
#endif /* _GST_VDP_UTILS_H_ */
#endif /* _GST_VDP_UTILS_H_ */