fix i18n include
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 13:50:39 +0000 (13:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 13:50:39 +0000 (13:50 +0000)
Original commit message from CVS:
fix i18n include

ChangeLog
ext/gnomevfs/gstgnomevfssink.c
ext/gnomevfs/gstgnomevfssrc.c
sys/v4l/v4l_calls.h

index e538d80..d29e815 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * 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  <thomas at apestaart dot org>
 
        * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
index 6e6ccea..65ac904 100644 (file)
@@ -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"
 
index a59a45f..0c839b5 100644 (file)
@@ -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"
 
index 87070e5..97d76cd 100644 (file)
@@ -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" {