diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:57:40 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:57:40 +0000 |
commit | 9181b321d00b93a65be04dacc2833336366afcf5 (patch) | |
tree | f935b1eba217e9983eb1df70e154a03d01d8e6b7 /ext/audiofile | |
parent | 6193def94553b6d3e7f39fa975737d43b033a365 (diff) | |
download | gst-plugins-bad-9181b321d00b93a65be04dacc2833336366afcf5.tar.gz gst-plugins-bad-9181b321d00b93a65be04dacc2833336366afcf5.tar.bz2 gst-plugins-bad-9181b321d00b93a65be04dacc2833336366afcf5.zip |
changes to accomodate the standardization of installed libs some left over changes
Original commit message from CVS:
changes to accomodate the standardization of installed libs
some left over changes
Diffstat (limited to 'ext/audiofile')
-rw-r--r-- | ext/audiofile/gstafsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index ceb548f6..b6538a6d 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -22,7 +22,7 @@ #include <gst/gst.h> -#include <gst-libs/audio/gstaudio.h> +#include <gst/audio/audio.h> #include "gstafsrc.h" |