diff --git a/ChangeLog b/ChangeLog index e538d80219..d29e81536f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-01-19 Thomas Vander Stichele + + * gst/avi/gstavimux.c: + * ext/audiofile/gstafsink.c: + * ext/audiofile/gstafsrc.c: + * ext/gnomevfs/gstgnomevfssink.c: + * ext/gnomevfs/gstgnomevfssrc.c: + * sys/oss/gstosselement.c: + * sys/v4l/v4l_calls.h: + fix i18n include + 2004-01-19 Thomas Vander Stichele * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities), diff --git a/ext/gnomevfs/gstgnomevfssink.c b/ext/gnomevfs/gstgnomevfssink.c index 6e6ccea4de..65ac904d0f 100644 --- a/ext/gnomevfs/gstgnomevfssink.c +++ b/ext/gnomevfs/gstgnomevfssink.c @@ -27,7 +27,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include "gstgnomevfs.h" diff --git a/ext/gnomevfs/gstgnomevfssrc.c b/ext/gnomevfs/gstgnomevfssrc.c index a59a45f5c6..0c839b5529 100644 --- a/ext/gnomevfs/gstgnomevfssrc.c +++ b/ext/gnomevfs/gstgnomevfssrc.c @@ -30,7 +30,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include "gstgnomevfs.h" diff --git a/sys/v4l/v4l_calls.h b/sys/v4l/v4l_calls.h index 87070e526a..97d76cd30b 100644 --- a/sys/v4l/v4l_calls.h +++ b/sys/v4l/v4l_calls.h @@ -21,7 +21,7 @@ #define __V4L_CALLS_H__ #include "gstv4lelement.h" -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #ifdef __cplusplus extern "C" {