directfb.patch 431 B

12345678910111213
  1. diff -ur gst-plugins-bad-0.10.23.orig/ext/directfb/dfb-example.c gst-plugins-bad-0.10.23/ext/directfb/dfb-example.c
  2. --- ext/directfb/dfb-example.c 2011-12-11 20:49:11.000000000 +0200
  3. +++ ext/directfb/dfb-example.c 2012-11-07 20:57:47.614763209 +0200
  4. @@ -1,7 +1,7 @@
  5. -#include <directfb.h>
  6. #include <stdio.h>
  7. #include <gst/gst.h>
  8. +#include <directfb.h>
  9. static IDirectFB *dfb = NULL;
  10. static IDirectFBSurface *primary = NULL;