diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/sndfile/gstsfsrc.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-02-06 Tim-Philipp Müller <tim at centricular dot net> + + * ext/sndfile/gstsfsrc.c: + Fix build (installed setup). + 2007-02-05 Andy Wingo <wingo@pobox.com> * ext/sndfile/Makefile.am: diff --git a/ext/sndfile/gstsfsrc.c b/ext/sndfile/gstsfsrc.c index da0236c0..449c32fb 100644 --- a/ext/sndfile/gstsfsrc.c +++ b/ext/sndfile/gstsfsrc.c @@ -25,7 +25,7 @@ # include "config.h" #endif -#include <gst/gst-i18n-lib.h> +#include <gst/gst-i18n-plugin.h> #include "gstsfsrc.h" |