mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fix i18n include
Original commit message from CVS: fix i18n include
This commit is contained in:
parent
2cfebc6799
commit
814a6b0762
4 changed files with 14 additions and 3 deletions
11
ChangeLog
11
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),
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue