mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

  1. diff -urN gst-plugins-0.7.1/ext/xvid/gstxvid.h gst-plugins-0.7.1-new/ext/xvid/gstxvid.h
  2. --- gst-plugins-0.7.1/ext/xvid/gstxvid.h 1970-01-01 01:00:00.000000000 +0100
  3. +++ gst-plugins-0.7.1-new/ext/xvid/gstxvid.h 2003-11-21 00:58:34.000000000 +0100
  4. @@ -0,0 +1,36 @@
  5. +/* GStreamer xvid decoder plugin
  6. + * Copyright (C) 2003 Ronald Bultje <rbultje@ronald.bitfreak.net>
  7. + *
  8. + * This library is free software; you can redistribute it and/or
  9. + * modify it under the terms of the GNU Library General Public
  10. + * License as published by the Free Software Foundation; either
  11. + * version 2 of the License, or (at your option) any later version.
  12. + *
  13. + * This library is distributed in the hope that it will be useful,
  14. + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. + * Library General Public License for more details.
  17. + *
  18. + * You should have received a copy of the GNU Library General Public
  19. + * License along with this library; if not, write to the
  20. + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  21. + * Boston, MA 02111-1307, USA.
  22. + */
  23. +
  24. +#ifndef __GST_XVID_H__
  25. +#define __GST_XVID_H__
  26. +
  27. +#include <gst/gst.h>
  28. +
  29. +#ifdef __cplusplus
  30. +extern "C" {
  31. +#endif /* __cplusplus */
  32. +
  33. +extern gchar * gst_xvid_error (int errorcode);
  34. +extern gboolean gst_xvid_init (void);
  35. +
  36. +#ifdef __cplusplus
  37. +}
  38. +#endif /* __cplusplus */
  39. +
  40. +#endif /* __GST_XVID_H__ */