diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 14:07:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 14:07:32 +0000 |
commit | 6482c352fdeb1191694b6e1180e8068dcec6c6ec (patch) | |
tree | 3c0017ee03a5c7e6463459cc89b7308d4663ec98 /ext/sndfile/gstsf.c | |
parent | 079f81aeacb922ecd0a01b2bad200d94487d710e (diff) | |
download | gst-plugins-bad-6482c352fdeb1191694b6e1180e8068dcec6c6ec.tar.gz gst-plugins-bad-6482c352fdeb1191694b6e1180e8068dcec6c6ec.tar.bz2 gst-plugins-bad-6482c352fdeb1191694b6e1180e8068dcec6c6ec.zip |
fix soundfile as well
Original commit message from CVS:
fix soundfile as well
Diffstat (limited to 'ext/sndfile/gstsf.c')
-rw-r--r-- | ext/sndfile/gstsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index f276cfd2..7c00cff2 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.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> |