mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
fix soundfile as well
Original commit message from CVS: fix soundfile as well
This commit is contained in:
parent
079f81aeac
commit
6482c352fd
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||
|
||||
* ext/sndfile/gstsf.c:
|
||||
* gst/avi/gstavimux.c:
|
||||
* ext/audiofile/gstafsink.c:
|
||||
* ext/audiofile/gstafsrc.c:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gst-libs/gst/gst-i18n-plugin.h"
|
||||
#include "gst/gst-i18n-plugin.h"
|
||||
#include <string.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue