fix i18n include

Original commit message from CVS:
fix i18n include
This commit is contained in:
Thomas Vander Stichele 2004-01-19 13:50:39 +00:00
parent 3f87790d4e
commit 8fd7df0cb5
3 changed files with 13 additions and 2 deletions

View file

@ -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),

View file

@ -29,7 +29,7 @@
#include "config.h"
#endif
#include "gst-libs/gst/gst-i18n-plugin.h"
#include "gst/gst-i18n-plugin.h"
#include <stdlib.h>
#include <string.h>

View file

@ -24,7 +24,7 @@
#include "config.h"
#endif
#include "gst-libs/gst/gst-i18n-plugin.h"
#include "gst/gst-i18n-plugin.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>