Mercurial > audlegacy-plugins
changeset 2972:54a5384583da
changed header path
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 03:02:36 +0900 |
parents | 3134a0987162 |
children | 650eec209c9c |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Nov 26 02:55:04 2008 +0900 +++ b/configure.ac Wed Nov 26 03:02:36 2008 +0900 @@ -411,7 +411,7 @@ AC_TRY_RUN( [ #include <mad.h> - #include <audacious/plugin.h> + #include <audlegacy/plugin.h> int main() { return (MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__) ? 0 : 1;