diff options
Diffstat (limited to 'ext/xvid/gstxviddec.h')
-rw-r--r-- | ext/xvid/gstxviddec.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/xvid/gstxviddec.h b/ext/xvid/gstxviddec.h index 6a08b2be..d1743342 100644 --- a/ext/xvid/gstxviddec.h +++ b/ext/xvid/gstxviddec.h @@ -22,6 +22,7 @@ #include <gst/gst.h> #include <xvid.h> +#include "gstxvid.h" #ifdef __cplusplus extern "C" { @@ -66,9 +67,6 @@ GType gst_xviddec_get_type(void); gboolean gst_xviddec_plugin_init (GModule *module, GstPlugin *plugin); -/* in gstxvid.c */ -extern gchar * gst_xvid_error (int errorcode); - #ifdef __cplusplus } #endif /* __cplusplus */ |