comparison src/vtx/vtx.c @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents f1b6f1b2cdb3
children
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 */ 18 */
19 19
20 #include <audacious/plugin.h> 20 #include <audlegacy/plugin.h>
21 #include <audacious/output.h> 21 #include <audlegacy/output.h>
22 #include <audacious/i18n.h> 22 #include <audlegacy/i18n.h>
23 23
24 #include "vtx.h" 24 #include "vtx.h"
25 #include "ayemu.h" 25 #include "ayemu.h"
26 26
27 extern InputPlugin vtx_ip; 27 extern InputPlugin vtx_ip;