diff options
Diffstat (limited to 'ext/xvid/gstxvidenc.h')
-rw-r--r-- | ext/xvid/gstxvidenc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/xvid/gstxvidenc.h b/ext/xvid/gstxvidenc.h index 224487dc..02028d83 100644 --- a/ext/xvid/gstxvidenc.h +++ b/ext/xvid/gstxvidenc.h @@ -21,6 +21,7 @@ #define __GST_XVIDENC_H__ #include <gst/gst.h> +#include "gstxvid.h" #ifdef __cplusplus extern "C" { @@ -75,9 +76,6 @@ GType gst_xvidenc_get_type(void); gboolean gst_xvidenc_plugin_init (GModule *module, GstPlugin *plugin); -/* in gstxvid.c */ -extern gchar * gst_xvid_error (int errorcode); - #ifdef __cplusplus } #endif /* __cplusplus */ |